Dear all,

I'm wondering if it's allowed to use both timestamp and tag in the same 
headline in Org mode.
Although I read the manual on Tags and Timestamps, I couldn't find any 
explanation for these limitation.


org-open-at-point does not work for tags, when the tags are following a 
timestamp.

Example

* Headline <2020-04-01>        :tag1:
tag1 is "no found link". Is this a bug ?


* Headline <2020-04-01>abc     :tag1:
tag1 works.


* Headline                     :tag1:
tag1 works.


Same issue
Clicking on a tag when a date is set in the heading causes "no link found" - 
Emacs Stack Exchange
https://emacs.stackexchange.com/questions/58026/clicking-on-a-tag-when-a-date-is-set-in-the-heading-causes-no-link-found


org-ctrl-c-ctrl-c does not work, when a point is following a timestamp.

Example

* Headline <2020-04-01>      [end of line]
                             ^[point]
org-ctrl-c-ctrl-c returns "Not at a timestamp". Is this a bug ?


* Headline <2020-04-01>abc[end of line]
                          ^[point]
org-ctrl-c-ctrl-c works, inserts a tag.


* Headline <2020-04-01>[end of line]
                       ^[point]
org-ctrl-c-ctrl-c works, normalize timestamp, insert or fix day name if missing 
or wrong.

In any case, org-set-tags-command works.


Emacs 30.1 (build 2, x86_64-w64-mingw32)
Org mode version 9.7.31

Best regards,
Miki kawabe


Reply via email to