mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Allow to open the agenda from a timestamp in a headline.
* org.el (org-open-at-point): Allow to open the agenda from an active or inactive timestamp in a headline. TINYCHANGE Thanks to Ingo Lohmar for this patch.
This commit is contained in:
parent
5d1c7e741b
commit
be8d545092
@ -9606,6 +9606,7 @@ application the system uses for this file type."
|
||||
(org-remove-occur-highlights nil nil t)
|
||||
(cond
|
||||
((and (org-at-heading-p)
|
||||
(not (org-at-timestamp-p t))
|
||||
(not (org-in-regexp
|
||||
(concat org-plain-link-re "\\|"
|
||||
org-bracket-link-regexp "\\|"
|
||||
|
Loading…
Reference in New Issue
Block a user