mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-02 08:22:16 +00:00
Merge branch 'hotfix-7.8.06'
This commit is contained in:
commit
1d0fa25bda
@ -897,6 +897,7 @@ when PUB-DIR is set, use this as the publishing directory."
|
||||
(concat filename ".tex")
|
||||
filename)))
|
||||
(auto-insert nil); Avoid any auto-insert stuff for the new file
|
||||
(TeX-master (boundp 'TeX-master))
|
||||
(buffer (if to-buffer
|
||||
(cond
|
||||
((eq to-buffer 'string) (get-buffer-create
|
||||
@ -969,9 +970,6 @@ when PUB-DIR is set, use this as the publishing directory."
|
||||
:exclude-tags (plist-get opt-plist :exclude-tags)
|
||||
:LaTeX-fragments nil)))
|
||||
|
||||
;; Avoid the Query for TeX master from AUCTeX
|
||||
(if (boundp 'TeX-master) (setq TeX-master t))
|
||||
|
||||
(set-buffer buffer)
|
||||
(erase-buffer)
|
||||
(org-install-letbind)
|
||||
|
Loading…
Reference in New Issue
Block a user