Don't do BIND for startup of Org-mode.

This commit is contained in:
Carsten Dominik 2010-01-07 10:59:11 +01:00
parent c7f25c6b10
commit 8d23596239
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-01-07 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-compute-latex-and-specials-regexp): Don't do BIND
just for computing this regexp.
2010-01-06 Carsten Dominik <carsten.dominik@gmail.com>
* org-beamer.el (org-beamer-frame-default-options): New option.

View File

@ -4802,6 +4802,7 @@ will be prompted for."
((matchers (plist-get org-format-latex-options :matchers))
(latexs (delq nil (mapcar (lambda (x) (if (member (car x) matchers) x))
org-latex-regexps)))
(org-export-confirm-letbind nil)
(options (org-combine-plists (org-default-export-plist)
(org-infile-export-plist)))
(org-export-with-sub-superscripts (plist-get options :sub-superscript))