Martin Pohlack writes:
> After hitting C-c C-w, the interactive prompt asks me where to refile
> to. For some reason I started scrolling in the original buffer (using
> the mouse wheel) to gain some insight where to refile to. A side effect
> of the scrolling was a moving of the cursor.
Fixed,
Hi all,
I just stumbled upon a problem with org-refile.
After hitting C-c C-w, the interactive prompt asks me where to refile
to. For some reason I started scrolling in the original buffer (using
the mouse wheel) to gain some insight where to refile to. A side effect
of the scrolling was a movi
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