Search code examples
htmlemacsorg-modereveal.js

org reveal: remember page after refreshing in browser


I am new to org-reveal, in the process of making a longish presentation. Whenever I add contents or edit the code of an existing slide in emacs, I html-export, then refresh my web browser to see the results.

The presentation always returns to slide #1 in the browser. How can I make the browser (Firefox) remember the slide I was previously on? Is there a reveal option for that, or is it Firefox-specific.

Any suggestion will be much appreciated.


Solution

  • From the documentation:

    Use menu entry ” C-c C-e R S” to export only current subtree, without the title slide and the table of content, for a quick preview of your current edition.

    Once you do that, going to your browser and refreshing your presentation should update the contents without taking you back to slide #1.