[O] [PATCH] Fix error handling deadline lead time specified in hours

2013-02-01 Thread John K. Luebs
From: "John K. Luebs" * lisp/org.el (org-get-wdays): Handle matching a lead time specified in hours, which is matched by the current regexp but will erroneously return nil. TINYCHANGE --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/or

Re: [O] [PATCH] Fix error handling deadline lead time specified in hours

2013-02-04 Thread Bastien
Hi John, "John K. Luebs" writes: > From: "John K. Luebs" > > * lisp/org.el (org-get-wdays): Handle matching a lead time specified in > hours, which is matched by the current regexp but will erroneously > return nil. Applied, thanks. -- Bastien