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:
Nicolas Goaziou 2018-02-11 12:06:42 +01:00
parent 6791fd29d3
commit da78ccc690
1 changed files with 2 additions and 3 deletions

View File

@ -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