From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: refile affects kill ring Date: Thu, 26 Jun 2014 15:08:58 -0500 Message-ID: <87vbrnqvqd.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Fyo-0000KH-68 for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 16:09:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Fyg-0005f7-5P for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 16:09:10 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:52551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Fyf-0005f3-Tn for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 16:09:02 -0400 In-Reply-To: (Samuel Wales's message of "Wed, 25 Jun 2014 22:27:56 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > in recent maint, it seems that refiling an entry will put that entry > into the kill ring. perhaps it should leave the kill ring intact? I think this has been the behavior for a very long time. E.g., I went back to a version of org-refile from 2010 and it invokes org-copy-subtree and org-paste-subtree. Best, Matt