Eddie Drury <eddie.dr...@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>