From b10998a22e7853280799090173c9045c7bd2d056 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 8 Jan 2013 23:32:02 +0100 Subject: [PATCH] org-tutorials/non-beamer-presentations.org: Add orgmode-slideshow --- org-tutorials/non-beamer-presentations.org | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/org-tutorials/non-beamer-presentations.org b/org-tutorials/non-beamer-presentations.org index d5910d9..bfda8a6 100644 --- a/org-tutorials/non-beamer-presentations.org +++ b/org-tutorials/non-beamer-presentations.org @@ -140,3 +140,21 @@ Preset profiles are defined in org-tree-slide. 3. =M-x org-tree-slide-narrowing-control-profile= ; TODO Pursuit with narrowing These functions set user variables for each using scenario. You can find more detail in [[https://github.com/takaxp/org-tree-slide/blob/master/README.org][README.org]]. +* orgmode-slideshow + +Sander Boer created orgmode-slideshow -- see his message: + +I hacked together a javascript and a css that transforms the default html +export of my org file to a slide show: + +- http://www.mauc.nl/presentations/test.html + +Here's the org-file: + +- http://www.mauc.nl/presentations/test.org + +Here's the rest (depends on jQuery) + +- http://www.mauc.nl/assets/css/orgmode-slideshow.css +- http://www.mauc.nl/assets/js/orgmode-slideshow.js + -- 1.7.2.5