Ihor Radchenko <yanta...@gmail.com> writes:

I patched a local checkout of the main branch, and I can confirm that
your works well here.  I also added [1] to my configuration file to
upcase all the structure templates automatically.  I hope we will have
this bundled with Org proper.  Fantastic work!

[1] Code that upcases the structure templates:

(setq org-structure-template-alist
      (mapcar
       (lambda (pair)
         (cons (car pair)
               (upcase (cdr pair))))
       org-structure-template-alist))

Rudy
-- 
"Strange as it may sound, the power of mathematics rests on its evasion
of all unnecessary thought and on its wonderful saving of mental
operations."
-- Ernst Mach, 1838-1916

Rudolf Adamkovic <salu...@me.com> [he/him]
Studenohorska 25
84103 Bratislava
Slovakia

Reply via email to