* [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/)]
@ 2023-03-22 11:00 Eddie Drury
2023-03-22 11:32 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Eddie Drury @ 2023-03-22 11:00 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------
org-at-timestamp-p is supposed to test if point is at a timestamp.
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.
If I instead test for (org-at-timestamp-p 'inactive), it does correctly
test for inactive timestamps.
Is there something I have overlooked?
I am running: Org Version: 9.5.5 Emacs Version: GNU Emacs 28.2 (build 1,
x86_64-pc-linux-gnu, GTK+ Version 3.24.36, cairo version 1.17.6)
This worked as expected before a recent update.
Emacs : GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.36, cairo version 1.17.6)
of 2023-01-03
Package: Org mode version 9.5.5 (release_9.5.5 @
/usr/share/emacs/28.2/lisp/org/)
[-- Attachment #2: Type: text/html, Size: 1468 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-22 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 11:00 [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/)] Eddie Drury
2023-03-22 11:32 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).