The following commit broke org-paste-subtree (and, as a result, refile):

,----
| commit ece3091f16af246780e29ba6e8248dd8bb3b7ba2
| Author: David Maus <dm...@ictsoc.de>
| Date:   Wed Aug 10 18:38:26 2011 +0200
| 
|     Don't eat headline when yank with point at existing headline
|     
|     * org.el (org-paste-subtree): Don't eat headline when called with
|     point at existing headline.
`----

Here is a minimal example:

--8<---------------cut here---------------start------------->8---
* One

Text in one

* Two

Text in two

* Three

Text in three

* Four

Text in four
--8<---------------cut here---------------end--------------->8---

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:

--8<---------------cut here---------------start------------->8---
* One

Text in one

* Two
* Four

Text in four

Text in two

* Three

Text in three
--8<---------------cut here---------------end--------------->8---

Best,
Matt

Reply via email to