Fix inputenc in image buffers

This commit is contained in:
Carsten Dominik 2010-04-03 08:40:16 +02:00
parent 17856939c4
commit f655d1b0b1
1 changed files with 2 additions and 1 deletions

View File

@ -15258,7 +15258,8 @@ Some of the options can be changed using the variable
(if org-format-latex-header-extra
(concat "\n" org-format-latex-header-extra)
"")
"\n\\begin{document}\n" string "\n\\end{document}\n"))
"\n\\begin{document}\n" string "\n\\end{document}\n")
(org-export-latex-fix-inputenc))
(let ((dir default-directory))
(condition-case nil
(progn