On Thu, 16. Jun 12:13, William Denton wrote:
When I use the <s shortcut for #+BEGIN_SRC, Org puts it in upper case. And #+RESULTS is in upper case too. I noticed other people have these keywords in lower case in examples or config files, so I looked in the manual, which says [1]
For one, there is a ~org-babel-results-keyword~ variable. Also I prefer src block keywords not to stand out as such: #+begin_src emacs-lisp (setcar org-structure-template-alist '("s" "#+begin_src ?\n\n#+end_src" "")) #+end_src For me, it's just a matter of taste. Regards, Bernhard