Stop generating superfluous clock entries
commit29d945720095a65852f69b7c628c1199eb4961fe
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 27 Nov 2009 07:09:10 +0000 (27 08:09 +0100)
committerBernt Hansen <bernt@norang.ca>
Wed, 30 Dec 2009 20:25:57 +0000 (30 15:25 -0500)
tree75d8e668e33c3f3d289b31887c31c2c4d138b24e
parent80d41a91219acaf1759b63ff7abbcaff6dc6bcca
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.
lisp/org-clock.el