mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
org-tempo: Do not activate Org Tempo in export output buffers and agenda
* lisp/org-tempo.el (b): Do not activate Org Tempo in export output buffers and agenda.
This commit is contained in:
parent
6791fd29d3
commit
da78ccc690
@ -160,11 +160,10 @@ didn't succeed."
|
||||
;; `org-structure-template-alist' must be loaded.
|
||||
|
||||
(add-hook 'org-mode-hook 'org-tempo-setup)
|
||||
(add-hook 'org-tab-before-tab-emulation-hook
|
||||
'org-tempo-complete-tag)
|
||||
(add-hook 'org-tab-before-tab-emulation-hook 'org-tempo-complete-tag)
|
||||
|
||||
;; Enable Org Tempo in all open Org buffers.
|
||||
(dolist (b (org-buffer-list))
|
||||
(dolist (b (org-buffer-list 'files))
|
||||
(with-current-buffer b (org-tempo-setup)))
|
||||
|
||||
(eval-after-load 'org
|
||||
|
Loading…
Reference in New Issue
Block a user