Re: [Orgmode] [PATCH] Stop generating superfluous clock entries

2009-11-26 Thread Carsten Dominik
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

[Orgmode] [PATCH] Stop generating superfluous clock entries

2009-11-26 Thread Bernt Hansen
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. ---