From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: org-archive-subtree modifying the kill ring ? Date: Mon, 27 Nov 2006 08:39:07 +0100 Message-ID: <87k61hcp9g.fsf@tallis.ilo.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gob5B-0004XW-Ml for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 02:39:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gob54-0004Qm-V0 for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 02:39:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gob54-0004Qc-Lb for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 02:39:10 -0500 Received: from [213.36.80.91] (helo=mail.libertysurf.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gob54-0004On-2C for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 02:39:10 -0500 Received: from tallis.ilo.ucl.ac.uk (83.157.181.151) by mail.libertysurf.net (7.3.117.3) id 453E0DFA0077F4DF for emacs-orgmode@gnu.org; Mon, 27 Nov 2006 08:39:08 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, i expected `org-archive-subtree' not to modify the kill ring. But it relies on org-copy-subtree which uses either `kill-region' or `copy-region-as-kill' - any way to work this around? Maybe you want to keep this behavior, since it's sometimes useful to copy the subtree you've just archived. Regards, -- Bastien