Move the note about heading numbers to the section about slide numbering.

This commit is contained in:
Yujie Wen 2019-06-22 22:38:20 +08:00
parent 27f0aed62b
commit 9210413202
1 changed files with 3 additions and 7 deletions

View File

@ -334,6 +334,9 @@
Supported format string can be found in [[https://github.com/hakimel/reveal.js/#slide-number][Reveal.js manual]].
*NOTE:* ~reveal_sldie_number~ has no effect on the numbering of
headings. To disable the heading number, pleass add ~num:nil~ to
one ~#+OPTIONS~ line.
** Slide Header/Footer
Specify Slide header/footer by =#+REVEAL_SLIDE_HEADER:= and
@ -706,13 +709,6 @@ This feature is turned off by default and needs to be switched on with ~org-reve
* Tips
** Disable Heading Numbers
Add =num:nil= to =#+OPTIONS=
#+BEGIN_SRC org
,#+OPTIONS: num:nil
#+END_SRC
** Disable Table of Contents
Add =toc:nil= to =#+OPTIONS=