emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-paste-subtree and org-refile broken


From: Matt Lundin
Subject: [O] org-paste-subtree and org-refile broken
Date: Fri, 12 Aug 2011 22:31:21 -0500
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

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

,----
| commit ece3091f16af246780e29ba6e8248dd8bb3b7ba2
| Author: David Maus <address@hidden>
| 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

[Prev in Thread] Current Thread [Next in Thread]