Browse Source

Install BIND in buffer before LaTeX export.

Carsten Dominik 15 years ago
parent
commit
7a346a16c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-latex.el

+ 1 - 0
lisp/org-latex.el

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