From d1bfc8ed7ff34a5b16d2fdd14d148108caaf955d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 7 Jan 2010 11:32:40 +0100 Subject: [PATCH] Fix typo in variable name --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 9879875d7..2ef6def44 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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))