Variable: todo-show-done-only

todo-show-done-only is a variable defined in todo-mode.el.gz.

Value

nil

Documentation

If non-nil display only done items in current category.

Set by the command todo-toggle-view-done-only and used by todo-category-select.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defvar todo-show-done-only nil
  "If non-nil display only done items in current category.
Set by the command `todo-toggle-view-done-only' and used by
`todo-category-select'.")