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

Thanks to Sébastien Vauban for reporting this.
This commit is contained in:
Bastien Guerry 2013-03-03 06:34:35 +01:00
parent b9e1648860
commit 0e42e7a7e3
1 changed files with 2 additions and 2 deletions

View File

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