Search code examples
org-modereveal.js

org-reveal not exporting HTML presentation to slides


I have followed the instructions from https://github.com/yjwen/org-reveal/. In my .emacs-file I have added: ;;;org-reveal (require 'ox-reveal) (setq org-reveal-root "file:///~/reveal.js-master").

Exporting a simple "file.org" : * Slide 1 * Slide 2 * Slide 2.1 with with "C-c C-e RB" gives me a single continuous html-page without any slides:

Nikolai Stenfors Created: 2017-01-10 tis 18:08 1 Slide 1 2 Slide 2 2.1 Slide 2.1

I'm probably forgetting something basic and simple, but what?


Solution

  • This repository contains the simplest possible org reveal setup. Clone or download the repository and open the presentation.html in Firefox or Chrome to see the slides or edit the presentation.org and export it to overwrite presentation.html.