From c7dbf2bd457346d598a11698390f8b71e0b84241 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 4 Mar 2013 17:27:18 +0100 Subject: [PATCH] ox-html: Fix "HTML_HEAD" and "HTML_HEAD_EXTRA" keywords * lisp/ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA" keywords. --- lisp/ox-html.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 3bf2c7acb..a0835828c 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)