branch: elpa/org-tree-slide commit be2d679c3503b3c25b1a8916cd5301eed6c2147e Author: Takaaki ISHIKAWA <tak...@ieee.org> Commit: Takaaki ISHIKAWA <tak...@ieee.org>
Add a link --- README.org | 4 ++++ org-tree-slide.el | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index e125363bb6..48704f7b17 100644 --- a/README.org +++ b/README.org @@ -8,6 +8,10 @@ This emacs lisp is a minor mode for Emacs Org-mode. The main purpose of this elisp is to handle each tree in a org buffer as a slide by simple narrowing. +** Related packages + +see [[http://orgmode.org/worg/org-tutorials/non-beamer-presentations.html]]. + * Install 1. Put this elisp into your load-path diff --git a/org-tree-slide.el b/org-tree-slide.el index 55e664e4e6..fa0a08db5b 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -94,11 +94,6 @@ :type 'boolean :group 'org-tree-slide) -(defcustom org-tree-slide-slide-in-brank-lines 10 - "Specify the number of brank lines, the slide will move from this line." - :type 'integer - :group 'org-tree-slide) - (defcustom org-tree-slide-cursor-init t "Specify a cursor position when exit slideshow. `t': the cursor will move automatically to the head of buffer. @@ -106,6 +101,11 @@ :type 'boolean :group 'org-tree-slide) +(defcustom org-tree-slide-slide-in-brank-lines 10 + "Specify the number of brank lines, the slide will move from this line." + :type 'integer + :group 'org-tree-slide) + (defcustom org-tree-slide-slide-in-waiting 0.02 "Specify the duration waiting the next update of overlay." :type 'float