branch: elpa/org-tree-slide commit 67d72e4a4c312dfa34081efd487d34580a8b602e Author: Takaaki ISHIKAWA <tak...@ieee.org> Commit: Takaaki ISHIKAWA <tak...@ieee.org>
Fix an issue of title display (fix typo) --- org-tree-slide.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-tree-slide.el b/org-tree-slide.el index bbeda27a41..9ebb22c6db 100644 --- a/org-tree-slide.el +++ b/org-tree-slide.el @@ -28,7 +28,7 @@ ;; The latest version of the org-mode at http://orgmode.org/ is recommended. ;; ;;; History: -;; v2.1.3 (2011-12-05@17:08) # Fix an issue of title display +;; v2.1.5 (2011-12-05@17:08) # Fix an issue of title display ;; v2.1.3 (2011-12-05@15:08) # Fix the end of slide for skip ccontrol ;; v2.1.1 (2011-12-05@11:08) # Add skip control by heading level ;; v2.0.1 (2011-12-02@18:29) # Change function names, ots- is introduced. @@ -54,7 +54,7 @@ (require 'org) (require 'org-timer) -(defconst org-tree-slide "2.1.3" +(defconst org-tree-slide "2.1.5" "The version number of the org-tree-slide.el") (defgroup org-tree-slide nil