[O] 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/)]

2018-02-13 Thread Allen Li
With the org file: * foo some content * bar some content 1 some content 2 1. C-s foo RET 2. C-c C-x C-w 3. C-r some RET 4. C-c C-x C-y Final content is * bar some content 1 * foo some content some content 2 The behavior is insidious when the contents are folded: * foo... * bar... turns into

Re: [O] 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/)]

2018-02-15 Thread Nicolas Goaziou
Hello, Allen Li writes: > With the org file: > > * foo > some content > * bar > some content 1 > some content 2 > > 1. C-s foo RET > 2. C-c C-x C-w > 3. C-r some RET > 4. C-c C-x C-y > > Final content is > > * bar > some content 1 > * foo > some content > some content 2 I can reproduce it. > T

Re: [O] 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/)]

2018-02-15 Thread Allen Li
On Thu, Feb 15, 2018 at 1:02 PM Nicolas Goaziou wrote: > Hello, > Allen Li writes: > > With the org file: > > > > * foo > > some content > > * bar > > some content 1 > > some content 2 > > > > 1. C-s foo RET > > 2. C-c C-x C-w > > 3. C-r some RET > > 4. C-c C-x C-y > > > > Final content is > >

Re: [O] 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/)]

2018-02-26 Thread Nicolas Goaziou
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

Re: [O] 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/)]

2018-02-27 Thread Allen Li
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 > > >

Re: [O] 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/)]

2018-02-28 Thread Nicolas Goaziou
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

Re: [O] 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/)]

2018-02-28 Thread Allen Li
On Wed, Feb 28, 2018 at 12:25 AM 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: > >> >