Function: org-tempo-setup
org-tempo-setup is a byte-compiled function defined in
org-tempo.el.gz.
Signature
(org-tempo-setup)
Documentation
Setup tempo tags and match finder for the current buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-tempo.el.gz
;;; Org Tempo functions and setup.
(defun org-tempo-setup ()
"Setup tempo tags and match finder for the current buffer."
(org-tempo--update-maybe)
(tempo-use-tag-list 'org-tempo-tags)
(setq-local tempo-match-finder "^ *\\(<[[:word:]]+\\)\\="))