From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-element: property now always uppercase? Date: Tue, 18 Jun 2013 19:13:42 +0200 Message-ID: <87sj0fgx4p.fsf@gmail.com> References: <87bo73eq2j.fsf@micropit.couberia.selfip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UozTL-0004Bu-NU for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 13:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UozTK-0006L7-Fh for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 13:13:35 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:50018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UozTK-0006Kq-9P for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 13:13:34 -0400 Received: by mail-wi0-f169.google.com with SMTP id c10so5453476wiw.4 for ; Tue, 18 Jun 2013 10:13:33 -0700 (PDT) In-Reply-To: <87bo73eq2j.fsf@micropit.couberia.selfip.net> ("Peter \=\?utf-8\?Q\?M\=C3\=BCnster\=22's\?\= message of "Tue, 18 Jun 2013 11:16:52 +0200") 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: Peter =?utf-8?Q?M=C3=BCnster?= Cc: emacs-orgmode@gnu.org Hello, Peter M=C3=BCnster writes: > After updating org-mode from git, I noticed, that > org-element-parse-buffer uppercases the properties now. Is this a > feature or a bug? > > Example: > > * TODO test > DEADLINE: <2013-06-18 Tue 12:00> > :PROPERTIES: > :notify: test > :END: > > Result of (org-element-parse-buffer 'headline): > > (headline (:raw-value "test" .... :NOTIFY "test" ... )) This is a feature. Otherwise, something like * Headline :PROPERTIES: :contents-begin: text :END: would put the parser into trouble. Regards, --=20 Nicolas Goaziou