Variable: todo-show-with-done
todo-show-with-done is a customizable variable defined in
todo-mode.el.gz.
Value
nil
Documentation
Non-nil to display done items in all categories.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-show-with-done nil
"Non-nil to display done items in all categories."
:type 'boolean
:group 'todo-display)