From e37f80007cc4f58f7ade4cfe25e5cce2241e976e Mon Sep 17 00:00:00 2001 From: Toby Crawley Date: Fri, 18 Oct 2013 22:42:16 -0400 Subject: [PATCH] Support overriding the title slide template with an option. --- ox-reveal.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index eccafc6..a7b04b1 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -59,6 +59,7 @@ (:reveal-extra-css "REVEAL_EXTRA_CSS" nil nil nil) (:reveal-extra-js "REVEAL_EXTRA_JS" nil nil nil) (:reveal-hlevel "REVEAL_HLEVEL" nil nil t) + (:reveal-title-slide-template "REVEAL_TITLE_SLIDE_TEMPLATE" nil org-reveal-title-slide-template t) (:reveal-mathjax nil "reveal_mathjax" org-reveal-mathjax t) (:reveal-mathjax-url "REVEAL_MATHJAX_URL" nil org-reveal-mathjax-url t) (:reveal-preamble "REVEAL_PREAMBLE" nil org-reveal-preamble t) @@ -685,7 +686,7 @@ info is a plist holding export options."
" - (format-spec org-reveal-title-slide-template (org-html-format-spec info)) + (format-spec (plist-get info :reveal-title-slide-template) (org-html-format-spec info)) "
\n" contents "