Hacker News new | ask | show | jobs
by jabl 2732 days ago
I used to use org-mode exporting to reveal.js for doing slides. Unfortunately this turned out to be a bit of a pain to get everything set up, especially when collaborating with people who for some have failed to embrace the One True Religion^H Editor. So in the end I changed to using Markdown and pandoc to convert to reveal.js.

As a bonus, using pandoc to convert my org sources to markdown worked reasonably well.

1 comments

Yep, I took exactly the same path. Still use org-reveal sometimes but pandoc is really great and anything-to-anything :)