Variable: org-archive-tag

org-archive-tag is a variable defined in org.el.gz.

Value

"ARCHIVE"

Documentation

The tag that marks a subtree as archived.

An archived subtree does not open during visibility cycling, and does not contribute to the agenda listings.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-archive-tag "ARCHIVE"
  "The tag that marks a subtree as archived.
An archived subtree does not open during visibility cycling, and does
not contribute to the agenda listings.")