Version 0.1 of package Org-Present has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Org-Present describes itself as: ====================================================== Minimalist presentation minor-mode for Emacs org-mode. ====================================================== More at https://elpa.nongnu.org/nongnu/org-present.html ## Summary: # org-present-mode [](https://elpa.nongnu.org/nongnu/org-present.html) This is meant to be an extremely minimalist presentation tool for Emacs [org-mode](http://orgmode.org/). Simply layout your presentation with each slide under a top-level header, start the minor mode with 'org-present', and page through each slide with left/right keys. ## Philosophy Most of the time I'm giving a talk, it is a work in progress and I want to be be able to edit as I go along. Also, to split my frame and work on code examples with my slides still visible. ## Configuration Add something like this to your emacs config: ```lisp (add-to-list 'load-path "~/path/to/org-present") (autoload 'org-present "org-present" nil t) ``` ## Recent NEWS: [Not provided 🙁]
