Переглянути джерело

Fix inputenc in image buffers

Carsten Dominik 15 роки тому
батько
коміт
f655d1b0b1
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      lisp/org.el

+ 2 - 1
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