2024-01-02 NOTE-TO-SELF: ORG TREE SLIDE MODE, AND WHITEROOM MODE A short blog to remind myself to combine Org-Tree-Slide and Writeroom-Mode, the next time I do a presentation. The inspiring talk[1] by Marcus Birkenkrahe at the 2023 Emacsconf reminded me to practice Org Tree Slide[2] in combination with Writeroom-Mode[3]. Create an org-file for your presentation. Org-Tree-Slide supports a few handy headers, including the title. ,---- | #+TITLE: Presentation title goes here | #+email: me@example.net | #+author: Firstname Lastname `---- When your org-file is ready for presenting: ,---- | M-x org-tree-slide-mode | M-x writeroom-mode `---- Copying from the Readme[4], these are the control functions: ,---- | M-x org-tree-slide-move-next-tree (C->) | M-x org-tree-slide-move-previous-tree (C-<) | M-x org-tree-slide-content (C-x s c) `---- And choose one of the three default profiles: ,---- | M-x org-tree-slide-simple-profile `---- (or M-x org-tree-slide-presentation-profile, or M-x org-tree-slide-narrowing-control-profile). At this point, ,---- | M-x writeroom-mode | M-x menu-bar-mode `---- and perhaps ,---- | M-x test-scale-adjust `---- and you are done. tree-slide.jpg [5] [1]: https://emacsconf.org/2023/talks/teaching [2]: https://github.com/takaxp/org-tree-slide [3]: https://github.com/joostkremers/writeroom-mode [4]: https://github.com/takaxp/org-tree-slide/blob/master/README.org [5]: gopher://gopher.hillenius.net/I/images/tree-slide.jpg