emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-element: property now always uppercase?


From: Nicolas Goaziou
Subject: Re: [O] org-element: property now always uppercase?
Date: Tue, 18 Jun 2013 19:13:42 +0200

Hello,

Peter Münster <address@hidden> 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,

-- 
Nicolas Goaziou



reply via email to

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