emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] PATCH: follow timestamp link also in heading


From: Ingo Lohmar
Subject: Re: [O] PATCH: follow timestamp link also in heading
Date: Wed, 23 May 2012 20:03:58 +0300
User-agent: Notmuch/0.12 (http://notmuchmail.org) Emacs/24.1.50.1 (x86_64-pc-linux-gnu)

Dammit.  Should work (as in normal text) with inactive timestamps as
well!  See below.

--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9606,6 +9606,7 @@
   (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 "\\|"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]