Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

This commit is contained in:
Carsten Dominik 2009-07-02 09:55:12 +02:00
commit de00dfb952
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ by the footnotes themselves."
(defcustom org-export-html-xml-declaration (defcustom org-export-html-xml-declaration
'(("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>") '(("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>")
("php" . "<?php echo '<?xml version=\"1.0\" encoding=\"%s\" ?>'; ?>")) ("php" . "<?php echo \"<?xml version=\\\"1.0\\\" encoding=\\\"%s\\\" ?>\"; ?>"))
"The extension for exported HTML files. "The extension for exported HTML files.
%s will be replaced with the charset of the exported file. %s will be replaced with the charset of the exported file.
This may be a string, or an alist with export extensions This may be a string, or an alist with export extensions