Update Readme.org with exporting into single file.

This commit is contained in:
Yujie Wen 2015-07-27 15:48:41 +08:00
parent 44f3e701f8
commit d5a0d569e4
1 changed files with 18 additions and 1 deletions

View File

@ -580,11 +580,28 @@ fibs = 0 : 1 : next fibs
,#+REVEAL_EXTRA_JS: url-to-custom-script.js
#+END_SRC
** Extra Slide attribute
** Extra Slide Attribute
Set property =reveal_extra_attr= to headings to add any necessary attributes
to slides.
** Export into Single File
By setting option =reveal_single_file= to ~t~, images and necessary
Reveal.js scripts will be embedded into the exported HTML file, to make
an portable HTML.
#+BEGIN_SRC org
,#+OPTIONS: reveal_single_file:t
#+END_SRC
When exporting into single file, functions provided by Reveal.js
libraries will be disabled due to limitation, including PDF export,
Markdown support, zooming, speaker notes and remote control.
Code highlight by highlight.js is also disabled. But *code
highlight by Emacs is not effected.*
* Tips
** Disable Heading Numbers