org-htmlslidy is an org-mode html export option that outputs the result in HTML Slidy format, see: http://www.w3.org/Talks/Tools/Slidy2/#%281%29 . The work in progress may be downloaded from: https://github.com/dov/org-slidy Note that the resulting output may be heavily modified by supplying additional css setup. E.g. the following header to an org file may be used to choose the color and icons used on the W3C pages (you have to download them locally as well). #+STYLE: #+BIND: org-htmlslidy-html-preamble-footer "

A perl test

" #+BIND: org-export-html-preamble "
slanted W3C logo
" Thanks a lot to the author of org-s5, Yann Hodique! org-htmlslidy is just a slight modification of his module. Regards, Dov