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.
This commit is contained in:
parent
4857f4c566
commit
0c14ad963c
|
@ -118,8 +118,8 @@
|
||||||
(:html-mathjax "HTML_MATHJAX" nil "" space)
|
(:html-mathjax "HTML_MATHJAX" nil "" space)
|
||||||
(:html-postamble nil "html-postamble" org-html-postamble)
|
(:html-postamble nil "html-postamble" org-html-postamble)
|
||||||
(:html-preamble nil "html-preamble" org-html-preamble)
|
(:html-preamble nil "html-preamble" org-html-preamble)
|
||||||
(:html-head "HTML_HEAD" nil nil org-html-head)
|
(:html-head "HTML_HEAD" nil nil org-html-head newline)
|
||||||
(:html-head-extra "HTML_HEAD_EXTRA" nil nil org-html-head-extra)
|
(: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-default-style nil nil org-html-head-include-default-style)
|
||||||
(:html-head-include-scripts nil nil org-html-head-include-scripts)
|
(:html-head-include-scripts nil nil org-html-head-include-scripts)
|
||||||
(:html-table-tag nil nil org-html-table-tag)
|
(:html-table-tag nil nil org-html-table-tag)
|
||||||
|
|
Loading…
Reference in New Issue