emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] org-element.el: Fix properties being upcased by parser


From: Leo Vivier
Subject: [PATCH] org-element.el: Fix properties being upcased by parser
Date: Mon, 08 Jun 2020 12:32:12 +0200

Hi there,

I’ve noticed that `org-element-parser` upcases the keywords, even though
the standard established in 13424336a6f30c50952d291e7a82906c1210daf0 is
to ‘Prefer lower case letters for blocks and keywords’.

I’ve changed it to `downcase` to maintain consistency.  This might cause
problems with some hard-coded upper case letters in the codebase, but
I haven’t run into any issue so far.

HTH,

-- 
Leo Vivier

Attachment: 0001-org-element.el-Fix-properties-being-upcased-by-parse.patch
Description: Text Data


reply via email to

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