Matt Lundin <m...@imapmail.org> 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