summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-08-20 08:39:55 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-08-20 08:39:55 +0200
commit294d3985441736565ad0e295f28282e5bf4f330e (patch)
tree6467c8ac6c32c8c41c3af452161b6b44be4655ed
parent6f61135c84e8ee0934db4aca66c01b4be5d250cd (diff)
downloadorg-mode-294d3985441736565ad0e295f28282e5bf4f330e.tar.gz
Remove impact of case-fold-search on LaTeX class setup
* lisp/org-exp.el (org-infile-export-plist): Bind case-fold-search to t.
-rw-r--r--lisp/org-exp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index b4f6ab9..220e57c 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -695,6 +695,7 @@ modified) list.")
"EXPORT_SELECT_TAGS" "EXPORT_EXCLUDE_TAGS"
"KEYWORDS" "DESCRIPTION" "MACRO" "BIND" "XSLT")
(mapcar 'car org-export-inbuffer-options-extra))))
+ (case-fold-search t)
p key val text options mathjax a pr style
latex-header latex-class macros letbind
ext-setup-or-nil setup-contents (start 0))