From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Boer Subject: Powerpoint like slideshow from default html export Date: Sat, 11 Feb 2012 21:27:50 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwJYI-00039X-Fv for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 15:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwJYH-0002HW-6F for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 15:28:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:51949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwJYG-0002HR-W7 for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 15:28:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RwJYF-0004Up-Qp for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 21:28:07 +0100 Received: from archx.demon.nl ([83.160.190.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Feb 2012 21:28:07 +0100 Received: from sanderboer by archx.demon.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Feb 2012 21:28:07 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi All, I usually give presentations that are graphically heavy and typically have 3 or 4 movies in them. Powerpoint/impress is too much of a hassle esp. with movies and latex/beamer is nice, but the movie package stopped working for me. So 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: http://www.mauc.nl/assets/css/orgmode-slideshow.css http://www.mauc.nl/assets/js/orgmode-slideshow.js (depends on jQuery) It's iPad-ready (touch events ans such) and will present itself full-screen when added to the homescreen. On non-touchscreen devices navigation is keyboard-oriented: forward: k-key, right-arrow, up-arrow, page-up backwards: J-key, left-arrow, down-arrow, page-down First slide: home, A-key Last slide: end, E-key Also, images are auto-sized. When an image needs to share the screen with more images or accompanynig text (apart from the header) the screen real-estate is divided up between them. All in all it works, but it is hacky. No support for deeper trees (yet), no mouse nav and I'm personally not fond of how the images are handled. Let me know what you think, I will keep you updated of the progress. Kind Regards, Sander