0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 09:02:52 +00:00

Fix inputenc in image buffers

This commit is contained in:
Carsten Dominik 2010-04-03 08:40:16 +02:00
parent 17856939c4
commit f655d1b0b1

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