소스 검색

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