Presentations in Org
Epresent
I can use epresent to make simple presentations out of org mode files.
User’s guide. As it is only a few lines long, I reproduce it here.
Install
Just install epresent from melpa repository.
Usage
- Call epresent-run on an org-buffer.
- press t / 1 to view the top level of the presentation navigate the presentation with n/f, p/b
- scroll with k and l
- use c and C to navigate between code blocks, e to edit them, x to
make it run, and s / S to toggle their visibility quit with q
- It is necessary to set
org-confirm-babel-evaluate~
to nil, maybe as a file local variable, so thatx
evaluates the code without asking.
- It is necessary to set
Hints
-
It may be useful to set the local variable
org-confirm-babel-evaluate
in order to evaluate code interactively without having to confirm in another window, which may be confusing. Use code as:# Local Variables: # org-confirm-babel-evaluate: nil # End:
at the end of the file.
- However, you might have to confirm in another window the use of local variables when starting and finishing the presentation.
- Images may be included.
Written on March 7, 2024