mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-29 20:35:02 +00:00
ox-s5.el and ox-deck.el: Use `org-html--build-head'
* ox-s5.el (org-s5-template): * ox-deck.el (org-deck-template): Use `org-html--build-head'. See previous commit.
This commit is contained in:
parent
128e14b7f5
commit
a3e554f4cf
@ -395,7 +395,7 @@ holding export options."
|
||||
"<script type='text/javascript'>"
|
||||
" $(document).ready(function () { $.deck('.slide'); });"
|
||||
"</script>"
|
||||
(org-html--build-style info)
|
||||
(org-html--build-head info)
|
||||
org-deck-title-page-style
|
||||
"</head>"
|
||||
"<body>"
|
||||
|
@ -278,7 +278,7 @@ holding export options."
|
||||
"<head>"
|
||||
(org-s5--build-meta-info info)
|
||||
(org-s5--build-style info)
|
||||
(org-html--build-style info)
|
||||
(org-html--build-head info)
|
||||
(org-html--build-mathjax-config info)
|
||||
"</head>"
|
||||
"<body>"
|
||||
|
Loading…
Reference in New Issue
Block a user