浏览代码

Install BIND in buffer before LaTeX export.

Carsten Dominik 15 年之前
父节点
当前提交
7a346a16c5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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))