浏览代码

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.
Bastien Guerry 12 年之前
父节点
当前提交
a3e554f4cf
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      contrib/lisp/ox-deck.el
  2. 1 1
      contrib/lisp/ox-s5.el

+ 1 - 1
contrib/lisp/ox-deck.el

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

+ 1 - 1
contrib/lisp/ox-s5.el

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