Variable: org-element-archive-tag

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

Value

"ARCHIVE"

Documentation

Tag marking a substree as archived.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
;;; Definitions And Rules
;;
;; Define elements, greater elements and specify recursive objects,
;; along with the affiliated keywords recognized.  Also set up
;; restrictions on recursive objects combinations.
;;
;; `org-element-update-syntax' builds proper syntax regexps according
;; to current setup.

(defconst org-element-archive-tag "ARCHIVE"
  "Tag marking a substree as archived.")