[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] A presentation tool for org-mode
From: |
Takaaki ISHIKAWA |
Subject: |
[O] A presentation tool for org-mode |
Date: |
Tue, 13 Dec 2011 02:42:57 +0900 |
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 <left> and <right>.
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 "<f8>") 'org-tree-slide-mode)
(global-set-key (kbd "S-<f8>") '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
signature.asc
Description: Message signed with OpenPGP using GPGMail
- [O] A presentation tool for org-mode,
Takaaki ISHIKAWA <=