From 8b637b54a9ac9ef34ec5ab156840fff407996d87 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 3 Mar 2013 22:26:09 +0100 Subject: [PATCH] Complete fix for 128e14b --- 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 e819cc111..348d0945b 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 "html-head" org-html-head) - (:html-head-extra "HTML_HEAD_EXTRA" nil "html-head-extra" org-html-head-extra) + (:html-head "HTML_HEAD" nil nil org-html-head) + (:html-head-extra "HTML_HEAD_EXTRA" nil nil org-html-head-extra) (: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) -- 2.11.4.GIT