[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

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

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-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)))