From: Eddie Drury <eddie.drury@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [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 19:00:12 +0800 [thread overview]
Message-ID: <CABa5=g6kDuRktYApgF__k_f5Pu1hRLy_Nt5sJxMUXPPxvABeSw@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2023-03-22 11:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 11:00 Eddie Drury [this message]
2023-03-22 11:32 ` [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/)] Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CABa5=g6kDuRktYApgF__k_f5Pu1hRLy_Nt5sJxMUXPPxvABeSw@mail.gmail.com' \
--to=eddie.drury@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).