summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Frankel <rick@rickster.com>2014-01-16 17:31:29 -0500
committerRick Frankel <rick@rickster.com>2014-01-16 17:31:29 -0500
commit480c47fa09bd80a885983666eeb2b62cfae952ea (patch)
treee50f1c10eac65d431c4d5233e80b067dddd7493a
parent454f7b3680c559b84ad786bbc1de3001b5fd1200 (diff)
downloadorg-mode-480c47fa09bd80a885983666eeb2b62cfae952ea.tar.gz
Fix missing export option in override.
-rw-r--r--contrib/lisp/ox-deck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el
index 87081a5..ea2d8fe 100644
--- a/contrib/lisp/ox-deck.el
+++ b/contrib/lisp/ox-deck.el
@@ -55,7 +55,7 @@
(:html-link-up "HTML_LINK_UP" nil nil)
(:deck-postamble "DECK_POSTAMBLE" nil org-deck-postamble newline)
(:deck-preamble "DECK_PREAMBLE" nil org-deck-preamble newline)
- (:html-head-include-default-style "HTML_INCLUDE_DEFAULT_STYLE" nil nil)
+ (:html-head-include-default-style "HTML_INCLUDE_DEFAULT_STYLE" "html-style" 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)