From b06d581474ecd88ef06df7b51e95ce8a89f13632 Mon Sep 17 00:00:00 2001 From: Jb DOYON Date: Thu, 15 Mar 2018 17:24:58 +0000 Subject: [PATCH] Fix incorrect org-reveal-title-slide docstring %s is actually subtitle --- ox-reveal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-reveal.el b/ox-reveal.el index f276a81..bfeee26 100644 --- a/ox-reveal.el +++ b/ox-reveal.el @@ -139,7 +139,7 @@ When set to `auto', an automatic title slide is generated. When set to a string, use this string as a format string for title slide, where the following escaping elements are allowed: - %s stands for the title + %t stands for the title %a stands for the author's name. %e stands for the author's email. %d stands for the date.