Function: org-agenda-archive
org-agenda-archive is an interactive and byte-compiled function
defined in org-agenda.el.gz.
Signature
(org-agenda-archive)
Documentation
Archive the entry or subtree belonging to the current agenda entry.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-archive ()
"Archive the entry or subtree belonging to the current agenda entry."
(interactive)
(funcall-interactively
#'org-agenda-archive-with 'org-archive-subtree))