Variable: org-agenda-skip-archived-trees
org-agenda-skip-archived-trees is a customizable variable defined in
org.el.gz.
Value
t
Documentation
Non-nil means the agenda will skip any items located in archived trees.
An archived tree is a tree marked with the tag ARCHIVE. The use of this
variable is no longer recommended, you should leave it at the value t.
Instead, use the key v to cycle the archives-mode in the agenda.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-agenda-skip-archived-trees t
"Non-nil means the agenda will skip any items located in archived trees.
An archived tree is a tree marked with the tag ARCHIVE. The use of this
variable is no longer recommended, you should leave it at the value t.
Instead, use the key `v' to cycle the archives-mode in the agenda."
:group 'org-archive
:group 'org-agenda-skip
:type 'boolean)