From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: TODO keyword highlighting for headings with properties broken Date: Wed, 03 Sep 2014 21:46:55 +0200 Message-ID: <8738c8cwr4.fsf@nicolasgoaziou.fr> References: <540750fd.c65a420a.4b18.3f7b@mx.google.com> <87bnqwd1r1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPGVZ-0008Pb-EJ for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 15:46:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPGVP-0000F1-9q for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 15:46:21 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:52296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPGVP-0000Ex-3S for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 15:46:11 -0400 In-Reply-To: (wtm's message of "Wed, 3 Sep 2014 14:29:31 -0500") 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: wtm Cc: Erik Hetzner , org-mode mailing list Hello, wtm writes: > I experienced the same problem. Has the fix been applied to org in ELPA? > It was not clear from my reading of earlier emails on this topic if the fix > had been applied there or elsewhere. I applied it on maint, so it should go to ELPA soon. When applied, `org-property-re' should be: "^\\(?4:[ ]*\\)\\(?1::\\(?2:.*?\\):\\)\\(?:\\(?3:$\\)\\|[ ]+\\(?3:.*?\\)\\)\\(?5:[ ]*\\)$" Regards, -- Nicolas Goaziou