Remove impact of case-fold-search on LaTeX class setup

* lisp/org-exp.el (org-infile-export-plist): Bind case-fold-search to t.
This commit is contained in:
Carsten Dominik 2010-08-20 08:39:55 +02:00
parent 6f61135c84
commit 294d398544
1 changed files with 1 additions and 0 deletions

View File

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