Variable: org-agenda-skip-scheduled-if-done

org-agenda-skip-scheduled-if-done is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

Non-nil means don't show scheduled items in agenda when they are done.

This is relevant for the daily/weekly agenda, not for the TODO list. It applies only to the actual date of the scheduling. Warnings about an item with a past scheduling dates 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-scheduled-if-done nil
  "Non-nil means don't show scheduled items in agenda when they are done.
This is relevant for the daily/weekly agenda, not for the TODO list.  It
applies only to the actual date of the scheduling.  Warnings about an item
with a past scheduling dates are always turned off when the item is DONE."
  :group 'org-agenda-skip
  :group 'org-agenda-daily/weekly
  :type 'boolean)