Re: [O] [PATCH] recognize HH:MM duration when sorting table rows

2011-08-16 Thread Bastien
Hi Max, Max Mikhanosha writes: > `org-table-sort-lines' function allows one to sort the rows of a > table, by the t/T format for the column only recognizes timestamps > with a date. A patch pasted below adds recognition of HH:MM durations. Thanks a lot -- I'm willing to apply this patch. Cou

[O] [PATCH] recognize HH:MM duration when sorting table rows

2011-08-04 Thread Max Mikhanosha
`org-table-sort-lines' function allows one to sort the rows of a table, by the t/T format for the column only recognizes timestamps with a date. A patch pasted below adds recognition of HH:MM durations. diff --git a/lisp/org.el b/lisp/org.el index c1fd346..e65d992 100644 --- a/lisp/org.el +++ b/li