From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-paste-subtree and org-refile broken Date: Fri, 12 Aug 2011 22:36:34 -0500 Message-ID: <87liuyc799.fsf@fastmail.fm> References: <87pqkac7hy.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qs51e-0002vs-3X for emacs-orgmode@gnu.org; Fri, 12 Aug 2011 23:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qs51c-0005Mg-VT for emacs-orgmode@gnu.org; Fri, 12 Aug 2011 23:36:41 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:47642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qs51c-0005Mc-S7 for emacs-orgmode@gnu.org; Fri, 12 Aug 2011 23:36:40 -0400 In-Reply-To: <87pqkac7hy.fsf@fastmail.fm> (Matt Lundin's message of "Fri, 12 Aug 2011 22:31:21 -0500") 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: Org Mode Cc: David Maus Matt Lundin writes: > > If I kill subtree "Four" and call org-paste-subtree with the point on > "Two" (or if I refile it to "Two"), I get the following: > > * One > > Text in one > > * Two > * Four > > Text in four > > Text in two > > * Three > > Text in three I should add that the correct result (and old behavior) looks like this when refiling: --8<---------------cut here---------------start------------->8--- * One Text in one * Two Text in two ** Four Text in four * Three Text in three --8<---------------cut here---------------end--------------->8--- Best, Matt