emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH 0/2] Soem more minor patches
Date: Thu, 22 Oct 2009 15:17:13 +0200

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

--
|-<James TD Smith>-<email/address@hidden>-|

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]