ox-html: Fix "HTML_HEAD" and "HTML_HEAD_EXTRA" keywords

* lisp/ox-html.el (html): Fix "HTML_HEAD" and "HTML_HEAD_EXTRA"
  keywords.
This commit is contained in:
Nicolas Goaziou 2013-03-04 17:27:18 +01:00
parent 0c14ad963c
commit c7dbf2bd45
1 changed files with 2 additions and 2 deletions

View File

@ -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)