[Orgmode] Subtle bug with capture and refile

2010-10-21 Thread Christopher Witte
The new org capture has been working great but I have just come across a subtle bug that has taken me a while to reliably reproduce. I have org set up to add TODO captures to the top of my organiser.org file. If you try and refile the capture TODO and the cursor is at the bottom of the capture

Re: [Orgmode] Subtle bug with capture and refile

2010-10-21 Thread John Rakestraw
Hi, list -- On Thu, 21 Oct 2010, Christopher Witte wrote: The new org capture has been working great but I have just come across a subtle bug that has taken me a while to reliably reproduce. I have org set up to add TODO captures to the top of my organiser.org file. If you try and refile the

Re: [Orgmode] Subtle bug with capture and refile

2010-10-21 Thread Carsten Dominik
Hi Christopher, thank you for taking the time to isolate this bug. Could you please try the following patch? Thanks. - Carsten Modified lisp/org-capture.el diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 7915f7f..537f1a4 100644 --- a/lisp/org-capture.el +++

Re: [Orgmode] Subtle bug with capture and refile

2010-10-21 Thread John Rakestraw
Hi, Carsten -- On Thu, 21 Oct 2010, Carsten Dominik wrote: Hi Christopher, thank you for taking the time to isolate this bug. Could you please try the following patch? Your patch seems to fix the problem. Thanks -- John Thanks. - Carsten Modified lisp/org-capture.el diff

Re: [Orgmode] Subtle bug with capture and refile

2010-10-21 Thread Carsten Dominik
Thanks for doing the testing. - Carsten On Oct 21, 2010, at 8:29 PM, John Rakestraw wrote: Hi, Carsten -- On Thu, 21 Oct 2010, Carsten Dominik wrote: Hi Christopher, thank you for taking the time to isolate this bug. Could you please try the following patch? Your patch seems to fix the