Fix 80fc5ad
again
This commit is contained in:
parent
9f6c5897b3
commit
524242fc4d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue