emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sharon Kimble
Subject: 'org-structure-template-alist' is only partially working...
Date: Wed, 01 Apr 2020 11:22:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux)

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")
        ;("e" . "example")
        '("q" . "quote")
        '("v" . "verse")
        '("C" . "comment")
        '("b" . "src latex")
        ;("m" "#+begin_src latex-mode\n?\n#+end_src" "<src 
lang=\"latex-mode\">\n?\n</src>")
        ;("t" "#+latex: " "<literal style=\"latex\">?</literal>")
        ;("x" "#+BEGIN_SRC latex\n?\n#+END_SRC" "<src 
lang=\"latex\">\n?\n</src>")
        ;("h" "#+begin_html\n?\n#+end_html" "<literal 
style=\"html\">\n?\n</literal>")
        ;("a" "#+begin_ascii\n?\n#+end_ascii")
        ;("s" "#+BEGIN_SRC sh\n?+\n#+END_SRC" "<src lang=\"shell\">\n?\n</src>")
        '("l" . "emacs-lisp")
        ;("u" "#+begin_src emacs-lisp\n\(use-package %0\n\:ensure 
t)\n\#+end_src")
        '("i" . "index")
        ;("p" "#+BEGIN_COMMENT\n?\n#+END_COMMENT" "<comment>\n?\n</comment>")
        '("f" . "src file")))
#+END_SRC
--8<---------------cut here---------------end--------------->8---

<s works

but <q, <v, <C, <b, <l, <i, and <f do *not* work!

So how can I get it to actually work please?

Thanks
  Sharon.  
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 10.2, fluxbox 1.3.7, emacs 27.0.90, org 9.3.6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]