Re: 'org-structure-template-alist' is only partially working...

2020-04-01 Thread Marco Wahl
Sharon Kimble writes: > I'm having great difficulty in getting 'org-structure-template-alist' to work > properly. > > This is what I'm using - > > #+BEGIN_SRC emacs-lisp > ;(require 'org-tempo) > (setq org-structure-template-alist >'('("s" . "src emacs-lisp") > ;("e" . "example

'org-structure-template-alist' is only partially working...

2020-04-01 Thread Sharon Kimble
I'm having great difficulty in getting 'org-structure-template-alist' to work properly. This is what I'm using - --8<---cut here---start->8--- #+BEGIN_SRC emacs-lisp ;(require 'org-tempo) (setq org-structure-template-alist '('("s" . "src emacs-lisp"