From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fwd: property drawer search -- org-element-headline-parser Date: Thu, 26 Dec 2013 18:36:40 +0100 Message-ID: <87fvpfsedz.fsf@gmail.com> References: <4DD23D76-D52F-4C06-BE5C-000943C07E5B@lawlist.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwErB-00060F-Uj for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 12:36:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VwEr6-0006kF-3z for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 12:36:25 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:32966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwEr5-0006kB-TP for emacs-orgmode@gnu.org; Thu, 26 Dec 2013 12:36:20 -0500 Received: by mail-wg0-f44.google.com with SMTP id a1so7372679wgh.23 for ; Thu, 26 Dec 2013 09:36:19 -0800 (PST) In-Reply-To: <4DD23D76-D52F-4C06-BE5C-000943C07E5B@lawlist.com> (Keith David Bershatsky's message of "Mon, 23 Dec 2013 22:17:49 -0800") 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: Keith David Bershatsky Cc: emacs-orgmode@gnu.org Hello, Keith David Bershatsky writes: > Between the version 7.9.3f and 8.2.3a, the org team changed the > property drawer from lowercase to capital letters for the > org-element-headline-parser Indeed. That was changed before 8.0 release. > -- this resulted in several hours of lost time tracking down the > issue. The issue is now resolved -- I hope there was a good reason for > changing it. Yes, there was. Consider the conflict introduced in the following case, if we cannot distinguish a hard-coded property and a property coming from a property drawer. * Headline :PROPERTIES: :BEGIN: something :END: Regards, -- Nicolas Goaziou