branch: elpa/org-tree-slide commit dccd80418a4444df5e8301695ff0d0dfe86a3c21 Merge: 0ef103eb14 8321fb1d25 Author: Takaaki ISHIKAWA <tak...@ieee.org> Commit: Takaaki ISHIKAWA <tak...@ieee.org>
Merge pull request #20 from syohex/add-section-meta Add meta comment Commentary and Code --- org-tree-slide.el | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/org-tree-slide.el b/org-tree-slide.el index da2b647861..f18a2fa374 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -28,12 +28,15 @@ ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. ;; -;;; Requirement: + +;;; Commentary: + +;; Requirement: ;; org-mode 6.33x or higher version ;; The latest version of the org-mode is recommended. ;; (see http://orgmode.org/) ;; -;;; Usage: +;; Usage: ;; 1. Put this elisp into your load-path ;; 2. Add (require 'org-tree-slide) in your .emacs ;; 3. Open an org-mode file @@ -44,7 +47,7 @@ ;; Select a heading and type <right>, then Slideshow will start again. ;; 7. Toggle org-tree-slide-mode again to exit this minor mode ;; -;;; Recommended minimum settings: +;; Recommended minimum settings: ;; (global-set-key (kbd "<f8>") 'org-tree-slide-mode) ;; (global-set-key (kbd "S-<f8>") 'org-tree-slide-skip-done-toggle) ;; @@ -61,10 +64,12 @@ ;; ;; Type `C-h f org-tree-slide-mode', you can find more detail. ;; -;;; Note: +;; Note: ;; - Make sure key maps below when you introduce this elisp. ;; - Customize variables, M-x customize-group ENT org-tree-slide ENT +;;; Code: + (require 'org) (require 'org-timer) ;;(require 'org-clock) ; org-clock-in, -out, -clocking-p