Procházet zdrojové kódy

Fix inputenc in image buffers

Carsten Dominik před 15 roky
rodič
revize
f655d1b0b1
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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