From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takaaki ISHIKAWA Subject: A presentation tool for org-mode Date: Tue, 13 Dec 2011 02:42:57 +0900 Message-ID: Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: multipart/signed; boundary="Apple-Mail=_0E6D4C38-99B6-4F11-857F-5DC1C8B69A06"; protocol="application/pgp-signature"; micalg=pgp-sha1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra9u6-0002PL-M7 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 12:43:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ra9u4-0005lk-8Z for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 12:43:06 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:43252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ra9u4-0005lU-5X for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 12:43:04 -0500 Received: by iahk25 with SMTP id k25so10668004iah.0 for ; Mon, 12 Dec 2011 09:43:03 -0800 (PST) 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 --Apple-Mail=_0E6D4C38-99B6-4F11-857F-5DC1C8B69A06 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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= --Apple-Mail=_0E6D4C38-99B6-4F11-857F-5DC1C8B69A06 Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJO5j0iAAoJEFwinLr9JisSj1sIAJP2LIbk94oMs4hxRBU3ihqp +zR37FH4mskohm1BJQkkmIq78JQ4sFhDM+KjefmROklQGzAzUoqUl6MEpn2Cu05Q rgqLYkjGh5xubFbYs/BO1m8zQmO8galXs6LVt9woMObY2wjjOIRwHkWDG9DFB/6L CHqfZofE1jbHC9qBLC5RgF7qU9oSRlcFRzF6z3NWxXeGyIHvwyAs6HM8Tf60NcT9 Tonwvw4JeYOKa7IfTXeet1JlW1B78xAdiAKZ5a6bLYBl+SNMfRTws7udQVpQVl2h CtjZNdGe2eL/zRvFiLk8zQwdMQ4E9WZEsBA6hoygqnAZc9EBrb/FF1BqDyhrrtU= =mBfW -----END PGP SIGNATURE----- --Apple-Mail=_0E6D4C38-99B6-4F11-857F-5DC1C8B69A06--