Bernt Hansen writes: > Eric S Fraga writes: > >> Bernt Hansen writes: >> >> >> [...] >> >>> I added the following to my .emacs to keep lowercase. >> >> Thanks. This is a great suggestion! Two possible typos, by the way, >> that would only affect you if you use muse tags: >> >>> ("v" "#+begin_verse\n?\n#+end_verse" "\n?\n/verse>") >>> ("c" "#+begin_center\n?\n#+end_center" "
\n?\n/center>") >> >> Missing "<" for closing tag in each case, after last \n. > > I just took the default setting and lowercased it without actually > looking closely at it -- so I think the problem is in the defcustom in > org.el for org-structure-template-alist too. > > Regards, > Bernt Indeed. Attached is a very simple patch to fix these missing "<"s. Untested.