Hello, Leo Vivier <leo.vivier+...@gmail.com> writes:
> 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. This is unrelated to capitalization usage in Org buffers. Upcasing is used to tell the difference between, e.g., :value and :VALUE. Regards, -- Nicolas Goaziou