From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: Bug: org-paste-subtree displaces folded content [9.1.6 (9.1.6-48-gfe7619-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20180212/)] Date: Wed, 28 Feb 2018 02:07:32 +0000 Message-ID: References: <87a7wahsr1.fsf@nicolasgoaziou.fr> <871sh7z6rj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqr9o-00064s-2E for emacs-orgmode@gnu.org; Tue, 27 Feb 2018 21:07:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqr9k-0002Cm-RD for emacs-orgmode@gnu.org; Tue, 27 Feb 2018 21:07:48 -0500 Received: from mail-qt0-x22a.google.com ([2607:f8b0:400d:c0d::22a]:43089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqr9k-0002Cc-Jw for emacs-orgmode@gnu.org; Tue, 27 Feb 2018 21:07:44 -0500 Received: by mail-qt0-x22a.google.com with SMTP id d26so1112037qtk.10 for ; Tue, 27 Feb 2018 18:07:44 -0800 (PST) Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com. [209.85.216.169]) by smtp.gmail.com with ESMTPSA id 58sm412943qtm.51.2018.02.27.18.07.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Feb 2018 18:07:42 -0800 (PST) Received: by mail-qt0-f169.google.com with SMTP id a23so1150749qtn.0 for ; Tue, 27 Feb 2018 18:07:42 -0800 (PST) In-Reply-To: <871sh7z6rj.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: Org Mode List On Mon, Feb 26, 2018 at 3:11 PM Nicolas Goaziou wrote: > Hello, > Allen Li writes: > > I modified the example a bit and made the undesired behavior unclear. > > > > * foo > > :PROPERTIES: > > :ID: a > > :END: > > * bar > > :PROPERTIES: > > :ID: b > > :END: > > > > Folded, this looks like > > > > * foo... > > * bar... > > > > With point on the f in foo, press C-c C-x C-w. With point on the b in bar, > > press C-c C-x C-y. Results in > > > > * bar > > * foo... > > > > Unfolded, this looks like > > > > * bar > > * foo > > :PROPERTIES: > > :ID: a > > :END: > > :PROPERTIES: > > :ID: b > > :END: > > > > I would expect C-c C-x C-y to work like C-RET rather than M-RET, that is to > > always append after the heading and body rather than splitting it. > I changed the behaviour of `org-paste-subtree' in master. Does it solve > the issue? No, the issue still exists. > Thank you. > Regards, > -- > Nicolas Goaziou