Skip to content

Commit

Permalink
org-tree-slide-skip-done set nil as default
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Dec 17, 2011
1 parent 3e56b63 commit 949c771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2011-12-17 Takaaki ISHIKAWA <takaxp@ieee.org>

* org-tree-slide.el: org-tree-slide-skip-done set nil as default

2011-12-12 Takaaki ISHIKAWA <takaxp@ieee.org>

* org-tree-slide.el: Remove auto-play function (TBD)
Expand Down
4 changes: 2 additions & 2 deletions org-tree-slide.el
Expand Up @@ -64,7 +64,7 @@
(require 'org-timer)
(require 'org-clock) ; org-clock-in, -out, -clocking-p

(defconst org-tree-slide "2.5.0"
(defconst org-tree-slide "2.5.1"
"The version number of the org-tree-slide.el")

(defgroup org-tree-slide nil
Expand Down Expand Up @@ -116,7 +116,7 @@
:type 'boolean
:group 'org-tree-slide)

(defcustom org-tree-slide-skip-done t
(defcustom org-tree-slide-skip-done nil
"Specify to show TODO item only or not."
:type 'boolean
:group 'org-tree-slide)
Expand Down

0 comments on commit 949c771

Please sign in to comment.