org-timer.el: hh:mm:ss format for setting a timer
commit93cc5fb5177e1e9e5dd1303431bb5eefd082d707
authorBrice Waegeneire <brice.wge@gmail.com>
Tue, 2 Jun 2015 20:49:38 +0000 (2 22:49 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 2 Jun 2015 21:18:13 +0000 (2 23:18 +0200)
tree3d40f14c5063af76bf8a2cff1522c1fb0a44dee0
parent03936a50f4fe9a261577d467098ed1080c61cb6e
org-timer.el: hh:mm:ss format for setting a timer

* lisp/org-timer.el (org-timer-set-timer): Add support for hh:mm:ss
format.
(org-timer-default-timer): Type changed from number to string.
* testing/lisp/test-org-timer.el (test-org-timer/set-timer): Add
hh:mm:ss format in the test.
lisp/org-timer.el
testing/lisp/test-org-timer.el