Variable: org-tempo-tags
org-tempo-tags is a variable defined in org-tempo.el.gz.
Value
(("<i" . tempo-template-org-index) ("<A" . tempo-template-org-ascii)
("<H" . tempo-template-org-html) ("<L" . tempo-template-org-latex)
("<v" . tempo-template-org-verse) ("<s" . tempo-template-org-src)
("<q" . tempo-template-org-quote)
("<l" . tempo-template-org-export-latex)
("<h" . tempo-template-org-export-html)
("<E" . tempo-template-org-export)
("<e" . tempo-template-org-example)
("<C" . tempo-template-org-comment)
("<c" . tempo-template-org-center)
("<a" . tempo-template-org-export-ascii)
("<I" . tempo-template-org-include))
Documentation
Tempo tags for Org mode.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-tempo.el.gz
(defvar org-tempo-tags nil
"Tempo tags for Org mode.")