Fix bugs about computing durations in the column view.
commit805891523c466643f2efa9c2d5561fdfa8862e7c
authorBastien Guerry <bzg@altern.org>
Tue, 1 May 2012 15:47:13 +0000 (1 17:47 +0200)
committerBastien Guerry <bzg@altern.org>
Tue, 1 May 2012 15:47:13 +0000 (1 17:47 +0200)
treed778dbef5e12aafa53c627b2578cb1d6adb91f0a
parent4d65272e03a70e20a3ba53624c8e1b240137fd59
Fix bugs about computing durations in the column view.

* org-colview.el (org-columns-string-to-number): When
computing the values for the colview, match durations and
convert them to HH:MM values.

* org.el (org-duration-string-to-minutes): Match non-round
numbers.  Add a new optional parameter to allow returning the
output as a string.

Thanks to Sébastien for reporting these bugs.
lisp/org-colview.el
lisp/org.el