emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-element: property now always uppercase?
@ 2013-06-18  9:16 Peter Münster
  2013-06-18 17:13 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Münster @ 2013-06-18  9:16 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

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" ... ))

-- 
           Peter

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-element: property now always uppercase?
  2013-06-18  9:16 org-element: property now always uppercase? Peter Münster
@ 2013-06-18 17:13 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-06-18 17:13 UTC (permalink / raw)
  To: Peter Münster; +Cc: emacs-orgmode

Hello,

Peter Münster <pmlists@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-18 17:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-18  9:16 org-element: property now always uppercase? Peter Münster
2013-06-18 17:13 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).