Re: [O] [PATCH] Fixing when org-clock-in-prepare-hook is called

2012-10-26 Thread Bastien
Hi Myles, "Myles English" writes: > * lisp/org-clock.el (org-clock-in): Moved the call to > org-clock-in-prepare-hook until the task's properties > can be accessed. > > The problem was when using a function to add an effort > property via the hook, it would not recognise an existing > effort pro

Re: [O] [PATCH] Fixing when org-clock-in-prepare-hook is called

2012-10-26 Thread Sebastien Vauban
Hello Myles, "Myles English" wrote: > From d7c3f0a4611ced0a240af9115f29f888beb60af2 Mon Sep 17 00:00:00 2001 > From: Myles English > Date: Fri, 26 Oct 2012 12:38:09 +0100 > Subject: [PATCH] Clocking: Move to task before calling > org-clock-in-prepare-hook > > * lisp/org-clock.el (org-clock-in):