0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-22 00:48:37 +00:00
This commit is contained in:
Bastien Guerry 2014-01-29 10:31:37 +01:00
parent 9f6c5897b3
commit 524242fc4d

View file

@ -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))