Hello,

Peter Münster <pmli...@free.fr> 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