summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-04 17:55:33 +0100
committerBastien Guerry <bzg@altern.org>2013-03-04 17:55:33 +0100
commitb8cc4076fe7cfb678f8e74269f05e02e4d718227 (patch)
treeff29bb745faef1afea71fc6b0b61861c12c23f7a
parentc7dbf2bd457346d598a11698390f8b71e0b84241 (diff)
downloadorg-mode-b8cc4076fe7cfb678f8e74269f05e02e4d718227.tar.gz
ox-s5.el (s5) and ox-deck.el (deck): Update HTML options names
* ox-s5.el (s5): * ox-deck.el (deck): Update HTML options names.
-rw-r--r--contrib/lisp/ox-deck.el6
-rw-r--r--contrib/lisp/ox-s5.el6
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el
index bfe6a3c..72dc08d 100644
--- a/contrib/lisp/ox-deck.el
+++ b/contrib/lisp/ox-deck.el
@@ -54,9 +54,9 @@
(:html-mathjax "HTML_MATHJAX" nil "" space)
(:html-postamble nil "html-postamble" nil t)
(:html-preamble nil "html-preamble" nil t)
- (:html-style-extra "HTML_STYLE" nil org-html-style-extra newline)
- (:html-style-include-default "HTML_INCLUDE_DEFAULT" nil nil)
- (:html-style-include-scripts "HTML_INCLUDE_SCRIPTS" nil nil)
+ (:html-head-extra "HTML_HEAD" nil org-html-head-extra newline)
+ (:html-head-include-default-style "HTML_INCLUDE_STYLE" nil nil)
+ (:html-head-include-scripts "HTML_INCLUDE_SCRIPTS" nil nil)
(:deck-base-url "DECK_BASE_URL" nil org-deck-base-url)
(:deck-theme "DECK_THEME" nil org-deck-theme)
(:deck-transition "DECK_TRANSITION" nil org-deck-transition)
diff --git a/contrib/lisp/ox-s5.el b/contrib/lisp/ox-s5.el
index 1a0337a..3841417 100644
--- a/contrib/lisp/ox-s5.el
+++ b/contrib/lisp/ox-s5.el
@@ -63,9 +63,9 @@
(:html-mathjax "HTML_MATHJAX" nil "" space)
(:html-postamble nil "html-postamble" nil t)
(:html-preamble nil "html-preamble" nil t)
- (:html-style-extra "HTML_STYLE" nil org-html-style-extra newline)
- (:html-style-include-default "HTML_INCLUDE_DEFAULT" nil nil)
- (:html-style-include-scripts "HTML_INCLUDE_SCRIPTS" nil nil)
+ (:html-head "HTML_HEAD" nil org-html-head newline)
+ (:html-head-include-default-style "HTML_INCLUDE_STYLE" nil org-html-head-include-default-style newline)
+ (:html-head-include-scripts "HTML_INCLUDE_SCRIPTS" nil org-html-head-include-scripts newline)
(:s5-version "S5_VERSION" nil org-s5-version)
(:s5-theme-file "S5_THEME_FILE" nil org-s5-theme-file)
(:s5-ui-url "S5_UI_URL" nil org-s5-ui-url)