A Simple S5 example
Eric Schulte
2011-06-03
1 quick start
- jump to the last heading/slide in this Org-mode file
- evaluate the emacs-lisp code block which defines the
org-export-as-s5
command
- call
M-x org-export-as-s5
- open the resulting page in your browser
2 what is S5
- S5 is "A Simple Standards-Based Slide Show System".
- S5 allows writing of slide show presentations as standards-based
HTML and turns the web browser into the display software.
3 what is this
- A single function named
org-export-as-s5
which modifies Org-mode's
existing html export to generate a valid S5 presentation.
- This implementation relies heavily on Pierre de Buyl's very thorough instructions posted to the Org-mode mailing list.