Variable: org-scheduled-past-days

org-scheduled-past-days is a customizable variable defined in org-agenda.el.gz.

Value

10000

Documentation

Number of days to continue listing scheduled items not marked DONE.

When an item is scheduled on a date, it shows up in the agenda on this day and will be listed until it is marked done or for the number of days given here.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-scheduled-past-days 10000
  "Number of days to continue listing scheduled items not marked DONE.
When an item is scheduled on a date, it shows up in the agenda on
this day and will be listed until it is marked done or for the
number of days given here."
  :group 'org-agenda-daily/weekly
  :type 'integer
  :safe 'integerp)