On Feb 7, 2008, at 7:39 PM, Jost Burkardt wrote:
I think the reason, I get this behaviour is the following code in
org-refile:
...
(goto-char (or (save-excursion
(if reversed
(outline-next-heading)
(outline-get-next-sibling)))
I think the reason, I get this behaviour is the following code in
org-refile:
...
(goto-char (or (save-excursion
(if reversed
(outline-next-heading)
(outline-get-next-sibling)))
(point-max)))
...
before org-refile moves the
I cannot reproduce this problem anymore, it works fine for me.
Could someone else please try?
- Carsten
On Feb 6, 2008, at 8:23 PM, Jost Burkardt wrote:
Hi,
org-refile still does not work correctly for me. it seems that the
refiling-bug from 5.19 still remains in 5.20. When refiling the entry
Hi,
org-refile still does not work correctly for me. it seems that the
refiling-bug from 5.19 still remains in 5.20. When refiling the entry
"something to refile to Project/A/Notes" to "Project/A/Notes",
org-refile sitll puts it to "Project/B/Notes" instead to "Project/A/Notes"
- BEGIN TEST