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

This commit is contained in:
Jambunathan K 2012-08-26 00:50:17 +05:30
parent 8bf85553a3
commit 2cb72af8e8
1 changed files with 2 additions and 2 deletions

View File

@ -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)