Stop generating superfluous clock entries
commit364054fa77f9a3c182f1519eb3d60a7f0a9dc72c
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 27 Nov 2009 07:09:10 +0000 (27 08:09 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 27 Nov 2009 07:09:10 +0000 (27 08:09 +0100)
tree8cee0744851ec8fddd916dd6e34d6ec836d5a4db
parentfe96737e6d2a4a2bae4fab475e846c64d62f3509
Stop generating superfluous clock entries

Avoid closing the currently clocking entry when clocking in the same task
again.  Leave the clock entry open until some other task is clocked in.

This allows us to clock in tasks with hooks that are called frequently without
generating lots of short sequential clock entries for the same task.

Patch by Bernt Hansen.

Modified by Carsten
lisp/ChangeLog
lisp/org-clock.el