浏览代码

Fix commit 128e14b

Bastien Guerry 12 年之前
父节点
当前提交
f3fa14ef5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)