1
0
mirror of https://github.com/yjwen/org-reveal.git synced 2024-06-25 07:27:40 +02:00

Update Readme.org

Changing the variable org-reveal-title-slide never worked for me, but changing reveal_title_slide in the options does work correctly. I added a comment for reveal_title_slide to make it clear that there is an alternative way (that actually works) to change the title slide.
This commit is contained in:
Guilherme Salomé 2017-10-11 13:00:03 -04:00 committed by GitHub
parent 55e273ac9f
commit ff99e235e1

View File

@ -229,7 +229,9 @@
*** Customize the Title Slide *** Customize the Title Slide
To customize the title slide, please set ~org-reveal-title-slide~ To customize the title slide, please set ~org-reveal-title-slide~
to a string of HTML markups. The following escaping character can to a string of HTML markups. Alternatively, set ~reveal_title_slide~ in
the ~#+OPTIONS:~ line to a string of HTML markups.
The following escaping character can
be used to retrieve document information: be used to retrieve document information:
| ~%t~ | Title | | ~%t~ | Title |
| ~%a~ | Author | | ~%a~ | Author |