[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Upper or lower case in BEGIN_SRC and other keywords
From: |
Bernhard Pröll |
Subject: |
Re: [O] Upper or lower case in BEGIN_SRC and other keywords |
Date: |
Fri, 17 Jun 2016 06:08:30 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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