Hello, This adds Org-Reveal (called ox-reveal in MELPA), an Emacs package useful to create presentation (slides) to be driven by Reveal.js. There is one known bug you might encounter (I do everytime I start Emacs) which is that upon exporting my document to HTML for Reveal (C-e R R), it might fail with some strange argument error; the workaround is to issue: C-u M-x org-reload. Another suggested workaround is to put this in your ~/.emacs: --8<---------------cut here---------------start------------->8--- (require 'org) (let ((current-prefix-arg 1)) (call-interactively 'org-reload)) --8<---------------cut here---------------end--------------->8--- For more information about this issue: https://github.com/yjwen/org-reveal/issues/171 Thank you, Maxim