Explorar o código

Fix inputenc in image buffers

Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
f655d1b0b1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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