Thanks, Bernt, good idea!
I have applied a modified version.
- Carsten
On Nov 27, 2009, at 3:21 AM, Bernt Hansen wrote:
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 cloc
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.
---