From 77c46f8e52f5f29043d8b9a370bbaaa2ba26718c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mota?= Date: Thu, 1 Sep 2016 14:37:25 +0100 Subject: [PATCH] Fix title escape character %s doesn't work. %t is the correct one. --- Readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.org b/Readme.org index ee1e621..ee86d33 100644 --- a/Readme.org +++ b/Readme.org @@ -231,7 +231,7 @@ To customize the title slide, please set ~org-reveal-title-slide~ to a string of HTML markups. The following escaping character can be used to retrieve document information: - | ~%s~ | Title | + | ~%t~ | Title | | ~%a~ | Author | | ~%e~ | Email | | ~%d~ | Date |