Fix title escape character

%s doesn't work. %t is the correct one.
This commit is contained in:
José Mota 2016-09-01 14:37:25 +01:00 committed by GitHub
parent d6108aae7d
commit 77c46f8e52
1 changed files with 1 additions and 1 deletions

View File

@ -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 |