org-clock: Consider hours when splitting the table with :steps
commit8c7a14a850e7b988fe4c9d0eea9207793e2af368
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 9 Jan 2018 18:47:39 +0000 (9 19:47 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 9 Jan 2018 18:47:39 +0000 (9 19:47 +0100)
tree1f2067244b5df9e01a003dd39a5188d31a5e0999
parented2bcab0ea7a5cc4e7cf78413473d2ca08cd1f93
org-clock: Consider hours when splitting the table with :steps

* lisp/org-clock.el (org-clocktable-steps): Check time when :tstart
  and :tend are defined.
* testing/lisp/test-org-clock.el (test-org-clock/clocktable/step): Add
  tests.

Reported-by: savoie@nsidc.org
<http://lists.gnu.org/r/emacs-orgmode/2018-01/msg00227.html>
lisp/org-clock.el
testing/lisp/test-org-clock.el