Variable: org-agenda-skip-deadline-if-done
org-agenda-skip-deadline-if-done is a customizable variable defined in
org-agenda.el.gz.
Value
nil
Documentation
Non-nil means don't show deadlines when the corresponding item is done.
When nil, the deadline is still shown and should give you a happy feeling. This is relevant for the daily/weekly agenda. It applies only to the actual date of the deadline. Warnings about approaching and past-due deadlines are always turned off when the item is DONE.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-skip-deadline-if-done nil
"Non-nil means don't show deadlines when the corresponding item is done.
When nil, the deadline is still shown and should give you a happy feeling.
This is relevant for the daily/weekly agenda. It applies only to the
actual date of the deadline. Warnings about approaching and past-due
deadlines are always turned off when the item is DONE."
:group 'org-agenda-skip
:group 'org-agenda-daily/weekly
:type 'boolean)