May 19th 2026 - Interesting Finds
Export org file to reveal.js slide presentation
We can use ox-reveal package to export an org file to a reveal.js slide presentation.
The simplest way is to add this line at the top of your org file:
#+REVEAL_ROOT: https://unpkg.com/reveal.js@5.2.1/
Then we can run (org-export-dispatch) and select export to reveal.js HTML presentation.