summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-29 10:31:37 +0100
committerBastien Guerry <bzg@altern.org>2014-01-29 10:31:37 +0100
commit524242fc4d348e832066cad65e3e0bd0beccf196 (patch)
treeee0f581f26255e66c552abbffb9e9c1183e727a6
parent9f6c5897b32df8e3af98b5f926400e54aaf218b5 (diff)
downloadorg-mode-524242fc4d348e832066cad65e3e0bd0beccf196.tar.gz
Fix 80fc5ad again
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 57de36c..7a4f347 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12720,7 +12720,7 @@ statistics everywhere."
(setq cnt-all (1+ cnt-all))
(if (eq org-provide-todo-statistics t)
(and kwd (setq cnt-all (1+ cnt-all)))))
- (when (or (and (eq org-provide-todo-statistics t)
+ (when (or (and (member org-provide-todo-statistics '(t all-headlines))
(member kwd org-done-keywords))
(and (listp org-provide-todo-statistics)
(listp (car org-provide-todo-statistics))