From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs Date: Thu, 28 Oct 2010 16:40:53 -0600 Message-ID: <87d3qudjhi.fsf@gmail.com> References: <87iq0mv104.fsf@gmail.com> <81ocaecign.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57453 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBbEd-0004bl-DK for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 18:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBbEc-0001r6-3U for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 18:46:15 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:48008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBbEb-0001r2-UV for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 18:46:14 -0400 Received: by gwb11 with SMTP id 11so2014653gwb.0 for ; Thu, 28 Oct 2010 15:46:13 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Tom Tromey , Org Mode , Phil Hagelberg Jambunathan K writes: > "Eric Schulte" writes: > >> Hi, >> >> Phil Hagelberg recently introduced me to epresent.el by Tom Tromey. >> It's a very nice little utility for giving presentations using Emacs as >> the display engine. Obviously I was aghast to learn that epresent >> didn't work with Org-mode documents. I took the liberty of reworking it >> so that it runs off of Org-mode documents and uses Org-mode both to >> structure the presentation and to handle most of the fancy display >> elements. >> >> This re-working was mainly a series of quick hacks, and is certainly not >> "mature" in any way. But I think it is usable in it's current state for >> running simple presentations, and thought it may be interesting or of >> use to people here. If you're interested check out the example >> presentation included in the source code repository. >> >> http://github.com/eschulte/epresent >> (instructions in the README) >> > > I think (require 'org-exp) is required. > do you know what for? > > Looks like it walks you through the headline one at a time and > presents the entry contents as such. > yes > > When I get to the equations slide what should I expect to see? The > equation fully rendered (as in text books) or just the markup (as it is > literally typed). > I see an image overlay of the latex fragment. Is that not what you see? > > Jambunathan K. > >> Best -- Eric >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode