소스 검색

Fix missing export option in override.

Rick Frankel 11 년 전
부모
커밋
480c47fa09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/lisp/ox-deck.el

+ 1 - 1
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)