Hi,

in my .emacs I have a couple of (add-to-list 'org-structure-template-alist) blocks of my own, for example

#+begin_src

(add-to-list 'org-structure-template-alist '("r" "#+begin_src rec :data? :type \n#+end_src" ""))

#+end_src

which I used until a few months ago.

Is this correct of has the format changed?

Charlie Millar