Variable: org-agenda-include-deadlines

org-agenda-include-deadlines is a customizable variable defined in org-agenda.el.gz.

Value

t

Documentation

If non-nil, include entries within their deadline warning period.

Custom commands can set this variable in the options section.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-include-deadlines t
  "If non-nil, include entries within their deadline warning period.
Custom commands can set this variable in the options section."
  :group 'org-agenda-daily/weekly
  :version "24.1"
  :type 'boolean)