From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: A presentation tool for org-mode Date: Fri, 16 Dec 2011 09:23:51 -0700 Message-ID: <87r50432p4.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbaaC-0005Ri-V8 for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 11:24:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rbaa6-0008LC-Er for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 11:24:28 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:60212) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rbaa6-0008Kl-8r for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 11:24:22 -0500 In-Reply-To: (Takaaki ISHIKAWA's message of "Tue, 13 Dec 2011 02:42:57 +0900") 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: Takaaki ISHIKAWA Cc: emacs-orgmode Hi Takaaki, This looks like a fun presentation option. I just tried out org tree slide and while it appeared to launch successfully, highlighted the title of my first subtree, and presented me with a nice /slide/ effect, I was unable to move on from the first headline in my Org-mode file. I was using this file [1]. It is possible that this is not the file structure expected by org-tree-slide? I wonder if you are familiar with epresent [2]. It is very similar to org-tree-slide as they are both minimal presentation frameworks build to run off of Org-mode documents from within Emacs. If you find time it would be great to add mention of org-tree-slide on the relevant worg page [3], so that future Orgers looking for presentation options won't miss this tool. Thanks for sharing, Takaaki ISHIKAWA writes: > Dear all, > > Hi. > > I'm writing a presentation tool for Org-mode named `org-tree-slide'. > This elisp will help you when a live editable presentation is required. > And it is also possible to access TODO items sequentially with narrowing. > > Since org-tree-slide treats a tree as a single slide by org-narrow-to-subtree, > it is different from an exporter to HTML and other presentation tools customized > for good visualization. To move between slides, just type and . > > Please find org-tree-slide and review it. > > You can download from the following direct link: > https://raw.github.com/takaxp/org-tree-slide/master/org-tree-slide.el > > org-tree-slide is a minor mode for Org-mode. > I recommend that these key bindings are set into your .emacs. > > (global-set-key (kbd "") 'org-tree-slide-mode) > (global-set-key (kbd "S-") 'org-tree-slide-skip-done-toggle) > > Preset profiles are defined in org-tree-slide. > 1. `org-tree-slide-simple-profile' ; Simple use > 2. `org-tree-slide-presentation-profile' ; Presentation use > 3. `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 the file. > > I hope this will help you and I'm waiting for your comments. > > Best regards, > Takaaki Ishikawa > @takaxp Footnotes: [1] https://raw.github.com/eschulte/epresent/master/present.org [2] https://github.com/eschulte/epresent [3] http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html -- Eric Schulte http://cs.unm.edu/~eschulte/