summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2012-08-26 00:50:17 +0530
committerBastien Guerry <bzg@altern.org>2012-08-25 22:13:58 +0200
commit0b209c16f61f6d3944b788ea821a0c1bcfc4b9db (patch)
tree41822b9653687ccc8b4fd572c7135065b9ce7c59
parent90f6324dbffeeba4c08b83ec80e3d3255c9f4738 (diff)
downloadorg-mode-0b209c16f61f6d3944b788ea821a0c1bcfc4b9db.tar.gz
Set `org-e-html-coding-system' to 'utf-8
-rw-r--r--contrib/lisp/org-e-html.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el
index 94f42ea..6f9007f 100644
--- a/contrib/lisp/org-e-html.el
+++ b/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)