소스 검색

Set `org-e-html-coding-system' to 'utf-8

Jambunathan K 12 년 전
부모
커밋
0b209c16f6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      contrib/lisp/org-e-html.el

+ 2 - 2
contrib/lisp/org-e-html.el

@@ -670,9 +670,9 @@ and corresponding declarations."
 		  (cons (string :tag "Extension")
 			(string :tag "Declaration")))))
 
-(defcustom org-e-html-coding-system org-export-coding-system
+(defcustom org-e-html-coding-system 'utf-8
   "Coding system for HTML export.
-Use `org-export-coding-system' as the default value."
+Use utf-8 as the default value."
   :group 'org-export-e-html
   :type 'coding-system)