demo-it
demo-it copied to clipboard
An Emacs package for running demonstrations, screencasts and presentations from within Emacs.
When leaving a demo, `demo-it-presentation-quit` re-enables `flyspell`. I do have it installed since it comes by default with Emacs but I never have it enabled & don't have spellchecking software...
A feature request: Given an org-file containing some headings and some source-code blocks containing named shell-commands, it should be possible to auto-generate the demo-it steps for presenting this org-file. Each...
I call `(demo-it-presentation)` repeatedly during a presentation, to navigate to arbitrary headers. (I chose not use `(demo-it-presentation-advance)`.) org-tree-slide leaves the buffer narrowed, so demo-it-presentation-section fails. This solves my problem: ```...