Commit 628d4ad5c001

Vincent Demeester <vincent@sbr.pm>
2015-09-13 13:55:13
Add org-ioslide :)
1 parent 5066d83
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2494,6 +2494,17 @@
               ("znk" :components ("znk-notes" "znk-notes-previews" "znk-static"))
               ))
     #+END_SRC
+
+    Now, I also want to use =org-mode= for some of my talks (if not
+    all), and [[https://github.com/coldnew/org-ioslide][=org-ioslide=]] looks pretty good.
+
+
+    #+BEGIN_SRC emacs-lisp
+      (use-package ox-ioslide
+        :ensure t)
+    #+END_SRC
+
+
 *** Protocol
 
     Trying out org-protocol based on