From 5c3d809701e09370c51f98c09cbc5f53f48667a2 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 8 Sep 2008 20:18:37 +0200 Subject: [PATCH] Add archive to sibling to the menu. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 26e8117d1..6497ff85e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13438,6 +13438,7 @@ See the individual commands for more information." (setq org-cycle-open-archived-trees (not org-cycle-open-archived-trees)) :style toggle :selected org-cycle-open-archived-trees] "--" + ["Move subtree to archive sibling" org-archive-to-archive-sibling t] ["Move Subtree to Archive" org-advertized-archive-subtree t] ; ["Check and Move Children" (org-archive-subtree '(4)) ; :active t :keys "C-u C-c C-x C-s"]