Re: [Orgmode] [PATCH] Fix clock-in with effort and percent complete cookie

2010-02-20 Thread Carsten Dominik
Applied, thanks. - Carsten On Feb 20, 2010, at 5:47 PM, Bernt Hansen wrote: Fixes Lisp error: (error "Not enough arguments for format string") when the task to be clocked in has both a % in the heading due to the [%] cookie and an effort. --- I had a task "Update environment [90%]" that tr

[Orgmode] [PATCH] Fix clock-in with effort and percent complete cookie

2010-02-20 Thread Bernt Hansen
Fixes Lisp error: (error "Not enough arguments for format string") when the task to be clocked in has both a % in the heading due to the [%] cookie and an effort. --- I had a task "Update environment [90%]" that triggered this error when it contained an effort estimate. This commit is available