Dear all, First, thanks for org-mode. I couldn't do without it! S5 allows one to present a slideshow in a web browser, even full screen for some browsers. I know that the topic has come here already, but I actually hacked the excellent org-html.el export file to produde a S5 slideshow with org. I attach org-s5.el (and org-exp.el because I added two variables, company and conference. I do not mean to change org-exp.el, this is just an experiment from me.). you need to get the "ui" folder from the s5 website http:// meyerweb.com/eric/tools/s5/ , it is in the S5 1.1 zip file. Then, with org-s5.el in the appropriate place and loaded, the command is org-export-as-s5. The example file simple.org (in attachment) produces the slideshow available here: http://homepages.ulb.ac.be/~pdebuyl/simple.html I think that it should be possible to add S5 to the html export with appropriate flags, the modifications are the following: headings need to start at 1 to generate a new slide, level-1 headings should be of class "slide", and the css and javascript parts need to be modified. I am not proficient at all in lisp so I wanted to share this experiment in case it is useful to other people. This is all in org-mode 7.3 Regards, Pierre