From f655d1b0b1ac01db9065ff7f26bdb4e6ac9c2087 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 3 Apr 2010 08:40:16 +0200 Subject: [PATCH] Fix inputenc in image buffers --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 0882c496d..fe206f35c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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 -- 2.11.4.GIT