emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] org-at-timestamp-p not correctly detecting when at a timestamp


From: Ihor Radchenko
Subject: Re: [BUG] org-at-timestamp-p not correctly detecting when at a timestamp [9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)]
Date: Wed, 22 Mar 2023 11:32:03 +0000

Eddie Drury <eddie.drury@gmail.com> writes:

> I've written the following function to test it:
>
>
>   (defun my/test-timestamp ()
>     (interactive)
>     (if (org-at-timestamp-p)
>         (message "Point is at timestamp")
>       (message "Point is not at timestamp")))
>
> When I run this on a timestamp (either active or inactive), it does not
> detect a timestamp.

Works for me on main and bugfix.
Try the latest Org.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]