From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: PATCH: follow timestamp link also in heading Date: Thu, 24 May 2012 11:34:21 +0200 Message-ID: <87fwapkjmq.fsf@gnu.org> References: <87wr42etcl.fsf@acer.localhost.com> <87txz6esn5.fsf@acer.localhost.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXUQN-00086P-WB for emacs-orgmode@gnu.org; Thu, 24 May 2012 05:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXUQF-0005pk-E6 for emacs-orgmode@gnu.org; Thu, 24 May 2012 05:33:39 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:53341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXUQE-0005oC-Us for emacs-orgmode@gnu.org; Thu, 24 May 2012 05:33:31 -0400 Received: by wgbds1 with SMTP id ds1so6113203wgb.30 for ; Thu, 24 May 2012 02:33:29 -0700 (PDT) In-Reply-To: <87txz6esn5.fsf@acer.localhost.com> (Ingo Lohmar's message of "Wed, 23 May 2012 20:03:58 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ingo Lohmar Cc: emacs-orgmode@gnu.org Hi Ingo, Ingo Lohmar writes: > --- 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 "\\|" Applied in master, thanks. -- Bastien