0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 07:46:26 +00:00

Fix typo in variable name

This commit is contained in:
Carsten Dominik 2010-01-07 11:32:40 +01:00
parent 1596144658
commit d1bfc8ed7f

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