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 repeaters with just a '+' at the start. I have fixed this.


Hi James, can you please provide an example for this bug?


I've had another look at this and it looks like it's already been  
fixed. The
version of org-repeat-re in b40c4e did fail to match repeated  
timestamps like

<2009-10-22 Thu +4d> but would not match <2009-10-22 Thu .+4d> or
<2009-10-22 Thu ++4d>, so org-log-repeat would return nil and  
repeated tasks

stop repeating.

The org-repeat-re in f93ace works fine.




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 TD Smith (2):
Add an X11 equivalent to org-mac-idle-seconds.
org-repeat-re was no longer matching simple +2d type repeaters. Fix.

.gitignore  |1 +
ChangeLog   |6 +-
UTILITIES/x11idle.c |   21 +
lisp/ChangeLog  |   11 ++-
lisp/org-clock.el   |   10 --
lisp/org.el |2 +-
6 files changed, 46 insertions(+), 5 deletions(-)
create mode 100644 UTILITIES/x11idle.c


James

--
|---|


- Carsten





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 please provide an example for this bug?

I've had another look at this and it looks like it's already been fixed. The
version of org-repeat-re in b40c4e did fail to match repeated timestamps like
<2009-10-22 Thu +4d> but would not match <2009-10-22 Thu .+4d> or
<2009-10-22 Thu ++4d>, so org-log-repeat would return nil and repeated tasks
stop repeating.

The org-repeat-re in f93ace works fine.
>
> >
> > 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 TD Smith (2):
> >  Add an X11 equivalent to org-mac-idle-seconds.
> >  org-repeat-re was no longer matching simple +2d type repeaters. Fix.
> >
> > .gitignore  |1 +
> > ChangeLog   |6 +-
> > UTILITIES/x11idle.c |   21 +
> > lisp/ChangeLog  |   11 ++-
> > lisp/org-clock.el   |   10 --
> > lisp/org.el |2 +-
> > 6 files changed, 46 insertions(+), 5 deletions(-)
> > create mode 100644 UTILITIES/x11idle.c

James

--
|---|


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 way for the clock resolution code to use system  
idle time
under X11, using a small C program which uses the xscreensaver  
extension.


James TD Smith (2):
 Add an X11 equivalent to org-mac-idle-seconds.
 org-repeat-re was no longer matching simple +2d type repeaters. Fix.

.gitignore  |1 +
ChangeLog   |6 +-
UTILITIES/x11idle.c |   21 +
lisp/ChangeLog  |   11 ++-
lisp/org-clock.el   |   10 --
lisp/org.el |2 +-
6 files changed, 46 insertions(+), 5 deletions(-)
create mode 100644 UTILITIES/x11idle.c

--
|---|


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


- Carsten





___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 TD Smith (2):
  Add an X11 equivalent to org-mac-idle-seconds.
  org-repeat-re was no longer matching simple +2d type repeaters. Fix.

 .gitignore  |1 +
 ChangeLog   |6 +-
 UTILITIES/x11idle.c |   21 +
 lisp/ChangeLog  |   11 ++-
 lisp/org-clock.el   |   10 --
 lisp/org.el |2 +-
 6 files changed, 46 insertions(+), 5 deletions(-)
 create mode 100644 UTILITIES/x11idle.c

--
|---|


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode