From 4e1d72360fbcd3a2d5bc680570fef7f4b2d010f2 Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Thu, 16 Jan 2014 17:48:10 -0500 Subject: [PATCH] Fix title page template. * contrib/lisp/ox-s5.el (org-s5-title-slide-template): Per Arne Babenhauserheide, the heading levels on the default title slide template were wrong per the S5 spec. --- contrib/lisp/ox-s5.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/ox-s5.el b/contrib/lisp/ox-s5.el index 19937223d..26e83a38c 100644 --- a/contrib/lisp/ox-s5.el +++ b/contrib/lisp/ox-s5.el @@ -174,8 +174,8 @@ or an empty string." (defcustom org-s5-title-slide-template "

%t

%a

-

%e

-

%d

" +

%e

+

%d

" "Format template to specify title page section. See `org-html-postamble-format' for the valid elements which can be included.