Variable: org-archive-sibling-heading

org-archive-sibling-heading is a customizable variable defined in org-archive.el.gz.

Value

"Archive"

Documentation

Name of the local archive sibling that is used to archive entries locally.

Locally means: in the tree, under a sibling. See org-archive-to-archive-sibling for more information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-archive.el.gz
(defcustom org-archive-sibling-heading "Archive"
  "Name of the local archive sibling that is used to archive entries locally.
Locally means: in the tree, under a sibling.
See `org-archive-to-archive-sibling' for more information."
  :group 'org-archive
  :type 'string)