Install BIND in buffer before LaTeX export.
This commit is contained in:
parent
7400f2e9e8
commit
7a346a16c5
|
@ -548,6 +548,7 @@ without even the \begin{document} and \end{document} commands.
|
||||||
when PUB-DIR is set, use this as the publishing directory."
|
when PUB-DIR is set, use this as the publishing directory."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(run-hooks 'org-export-first-hook)
|
(run-hooks 'org-export-first-hook)
|
||||||
|
(org-install-letbind)
|
||||||
|
|
||||||
;; Make sure we have a file name when we need it.
|
;; Make sure we have a file name when we need it.
|
||||||
(when (and (not (or to-buffer body-only))
|
(when (and (not (or to-buffer body-only))
|
||||||
|
|
Loading…
Reference in New Issue