Re: [Orgmode] [PATCH 0/2] Soem more minor patches

2009-10-22 Thread Carsten Dominik
OK, thanks for checking. - Carsten On Oct 22, 2009, at 12:22 PM, James TD Smith wrote: Hi Carsten, On 2009-10-22 07:38:04(+0200), Carsten Dominik wrote: On Oct 21, 2009, at 11:52 AM, James TD Smith wrote: I found the changes John Wiegley made to org-repeat-re stopped it from matching re

Re: [Orgmode] [PATCH 0/2] Soem more minor patches

2009-10-22 Thread James TD Smith
Hi Carsten, On 2009-10-22 07:38:04(+0200), Carsten Dominik wrote: > > On Oct 21, 2009, at 11:52 AM, James TD Smith wrote: > > > I found the changes John Wiegley made to org-repeat-re stopped it from > > matching repeaters with just a '+' at the start. I have fixed this. > > Hi James, can you pleas

Re: [Orgmode] [PATCH 0/2] Soem more minor patches

2009-10-21 Thread Carsten Dominik
On Oct 21, 2009, at 11:52 AM, James TD Smith wrote: I found the changes John Wiegley made to org-repeat-re stopped it from matching repeaters with just a '+' at the start. I have fixed this. Hi James, can you please provide an example for this bug? Thanks! - Carsten Also, I've added a

[Orgmode] [PATCH 0/2] Soem more minor patches

2009-10-21 Thread James TD Smith
I found the changes John Wiegley made to org-repeat-re stopped it from matching repeaters with just a '+' at the start. I have fixed this. Also, I've added a way for the clock resolution code to use system idle time under X11, using a small C program which uses the xscreensaver extension. James T