mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-29 20:35:02 +00:00
ox-html.el: Rename a property (complete commit 2752ef1c4b
)
Thanks to Sébastien Vauban for reporting this.
This commit is contained in:
parent
b9e1648860
commit
0e42e7a7e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user