Browse Source

Fix commit 128e14b

Bastien Guerry 12 years ago
parent
commit
f3fa14ef5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -119,7 +119,7 @@
    (: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 "HTML_HEAD_EXTRA" nil "html-head-extra" org-html-head-extra)
+   (:html-head-extra "HTML_HEAD_EXTRA" nil "html-head-extra" 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)