0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 00:18:32 +00:00

Install BIND in buffer before LaTeX export.

This commit is contained in:
Carsten Dominik 2009-12-20 13:29:43 +01:00
parent 7400f2e9e8
commit 7a346a16c5

View file

@ -548,6 +548,7 @@ without even the \begin{document} and \end{document} commands.
when PUB-DIR is set, use this as the publishing directory."
(interactive "P")
(run-hooks 'org-export-first-hook)
(org-install-letbind)
;; Make sure we have a file name when we need it.
(when (and (not (or to-buffer body-only))