From 0c14ad963c02c83ccfad79df357499febbf14ffe Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 4 Mar 2013 16:23:13 +0100 Subject: [PATCH] ox-html: Allow multiple #+LATEX_HEAD and #+LATEX_HEAD_EXTRA again * lisp/ox-html.el (html): Allow multiple #+LATEX_HEAD and #+LATEX_HEAD_EXTRA again. --- 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 30f47f79c..3bf2c7acb 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) - (:html-head-extra "HTML_HEAD_EXTRA" nil nil org-html-head-extra) + (: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-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)