Browse Source

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.
Bastien Guerry 13 years ago
parent
commit
be8d545092
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

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