summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-03-04 17:27:18 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2013-03-04 17:27:18 +0100
commitc7dbf2bd457346d598a11698390f8b71e0b84241 (patch)
treeacc32defe6c6264047a8408501bfa8e5fbae29f1
parent0c14ad963c02c83ccfad79df357499febbf14ffe (diff)
downloadorg-mode-c7dbf2bd457346d598a11698390f8b71e0b84241.tar.gz
ox-html: Fix "HTML_HEAD" and "HTML_HEAD_EXTRA" keywords
* lisp/ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA" keywords.
-rw-r--r--lisp/ox-html.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 3bf2c7a..a083582 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -118,8 +118,8 @@
(:html-mathjax "HTML_MATHJAX" nil "" space)
(:html-postamble nil "html-postamble" org-html-postamble)
(:html-preamble nil "html-preamble" org-html-preamble)
- (:html-head "HTML_HEAD" nil nil org-html-head newline)
- (:html-head-extra "HTML_HEAD_EXTRA" nil nil org-html-head-extra newline)
+ (:html-head "HTML_HEAD" nil org-html-head newline)
+ (:html-head-extra "HTML_HEAD_EXTRA" nil org-html-head-extra newline)
(:html-head-include-default-style nil nil org-html-head-include-default-style)
(:html-head-include-scripts nil nil org-html-head-include-scripts)
(:html-table-tag nil nil org-html-table-tag)