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:
Bastien Guerry 2012-05-24 11:33:00 +02:00
parent 5d1c7e741b
commit be8d545092

View file

@ -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 "\\|"