aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-10-14 20:25:56 -0500
committershoshin <shoshin@cicadas.surf>2022-10-14 20:25:56 -0500
commit65f840eab60f4b158e30f43eb3c8dd4d7ae52468 (patch)
treeb1f4e9f518666b1156364851bf4ae61073d25ea6
parent560513c002952232d41897aa6a47c9e845b93a24 (diff)
Add: [org]-tree-slide package
-rw-r--r--shoshimacs.el2
-rw-r--r--shoshimacs.org15
2 files changed, 17 insertions, 0 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index ae46dbd..01fe685 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -160,6 +160,8 @@
'((emacs-lisp . t)
(shell . t)))
+(package-install 'org-tree-slide)
+
(recentf-mode)
(setq indent-tabs-mode nil)
diff --git a/shoshimacs.org b/shoshimacs.org
index 76c34d8..6b4bab7 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -635,6 +635,21 @@ this seems to be required to fontify source blocks
(shell . t)))
#+end_src
+*** org-tree-slide
+
+This is a simple presentation mode for org documents that uses narrowing
+to turn an org tree into slides. I've used it for many presentations,
+including some at EmacsConf. Its great for doing presentation run throughs,
+since you can edit at the same time you're using the slides.
+
+#+begin_src emacs-lisp
+ (package-install 'org-tree-slide)
+#+end_src
+
+There are many settings for how it presents available, but I usually
+just set them on the fly, depending on the presentation, rather than
+in my main config.
+
** recentf-mode
this tracks recently operated on files (by default) and enables quick selection