Re: [O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-08 Thread Nicolas Goaziou
Trevor Murphy writes: > Schedule an event for today with a five-minute duration. E.g: > > * TODO test out bug in `org-schedule' > SCHEDULED: <2013-08-07 Wed 17:00-17:05> > > Then hit C-c C-s (or however you have `org-schedule' bound). With the > default setup, you'd expect to see the following

Re: [O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-07 Thread Trevor Murphy
Wow, thanks for parsing that, Nicolas. I didn't realize until just now that my git skills were so poor - I neglected the --cover-letter option, hence the utter lack of explanatory material. To answer your points: Nicolas Goaziou writes: > > Thanks for your patch. Would you mind providing a tes

Re: [O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-07 Thread Nicolas Goaziou
Hello, Trevor Murphy writes: > * lisp/org.el (org-get-compact-tod): Pad with "0" if # of minutes is > less than 10. Thanks for your patch. Would you mind providing a test-case for it? I'm not sure about the use of `org-get-compact-tod'. > --- > lisp/org.el | 7 +-- > 1 file changed, 5 i

[O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-07-31 Thread Trevor Murphy
* lisp/org.el (org-get-compact-tod): Pad with "0" if # of minutes is less than 10. TINYCHANGE --- lisp/org.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 26e653f..89e023c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16088,9 +16088