Function: org-tempo--update-maybe
org-tempo--update-maybe is a byte-compiled function defined in
org-tempo.el.gz.
Signature
(org-tempo--update-maybe)
Documentation
Check and add new Org Tempo templates if necessary.
In particular, if new entries were added to
org-structure-template-alist or org-tempo-keywords-alist, new
Tempo templates will be added.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-tempo.el.gz
(defun org-tempo--update-maybe ()
"Check and add new Org Tempo templates if necessary.
In particular, if new entries were added to
`org-structure-template-alist' or `org-tempo-keywords-alist', new
Tempo templates will be added."
(unless (cl-every (lambda (key) (assoc key org-tempo-tags))
(org-tempo--keys))
(org-tempo-add-templates)))