Function: org-archive-subtree-default
org-archive-subtree-default is an autoloaded, interactive and
byte-compiled function defined in org-archive.el.gz.
Signature
(org-archive-subtree-default)
Documentation
Archive the current subtree with the default command.
This command is set with the variable org-archive-default-command.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-archive.el.gz
;;;###autoload
(defun org-archive-subtree-default ()
"Archive the current subtree with the default command.
This command is set with the variable `org-archive-default-command'."
(interactive)
(call-interactively org-archive-default-command))