浏览代码

ox-html.el: Rename a property (complete commit 2752ef1c4b)

Thanks to Sébastien Vauban for reporting this.
Bastien Guerry 12 年之前
父节点
当前提交
0e42e7a7e3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/ox-html.el

+ 2 - 2
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 org-html-head newline)
-   (:html-style-include-default 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-table-tag nil nil org-html-table-tag)
    ;; Redefine regular options.
@@ -1357,7 +1357,7 @@ INFO is a plist used as a communication channel."
 INFO is a plist used as a communication channel."
   (org-element-normalize-string
    (concat
-    (when (plist-get info :html-style-include-default)
+    (when (plist-get info :html-head-include-default-style)
       (org-element-normalize-string org-html-style-default))
     (org-element-normalize-string (plist-get info :html-style))
     (when (and (plist-get info :html-htmlized-css-url)