Quellcode durchsuchen

Install BIND in buffer before LaTeX export.

Carsten Dominik vor 15 Jahren
Ursprung
Commit
7a346a16c5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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))