Re: [Orgmode] Problem with org-refile

2009-07-27 Thread Bastien
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,

[Orgmode] Problem with org-refile

2009-07-27 Thread Martin Pohlack
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

Re: [Orgmode] problem with org-refile remains in 5.20

2008-02-08 Thread Carsten Dominik
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)))

Re: [Orgmode] problem with org-refile remains in 5.20

2008-02-07 Thread Jost Burkardt
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

Re: [Orgmode] problem with org-refile remains in 5.20

2008-02-07 Thread Carsten Dominik
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

[Orgmode] problem with org-refile remains in 5.20

2008-02-06 Thread Jost Burkardt
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