Fix typo in variable name

This commit is contained in:
Carsten Dominik 2010-01-07 11:32:40 +01:00
parent 1596144658
commit d1bfc8ed7f
1 changed files with 1 additions and 1 deletions

View File

@ -4802,7 +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)
(org-export-allow-BIND nil)
(options (org-combine-plists (org-default-export-plist)
(org-infile-export-plist)))
(org-export-with-sub-superscripts (plist-get options :sub-superscript))