Re: [Orgmode] [PATCH] Fix clocking on capture completion

2010-07-25 Thread Viktor Rosenfeld
Hi Bernt, thanks for the updated version. It works as expected. Cheers, Viktor Bernt Hansen wrote: > Viktor Rosenfeld writes: > > > A somewhat related question: I use your bh/clock-in-to-next function to > > change the todo state to STARTED when clocking in TODO tasks. > > Unfortunately it i

Re: [Orgmode] [PATCH] Fix clocking on capture completion

2010-07-25 Thread Viktor Rosenfeld
Hi, this patch fixes the problem for me. I'm on release_7.01g.24.g6b5cf.dirty A somewhat related question: I use your bh/clock-in-to-next function to change the todo state to STARTED when clocking in TODO tasks. Unfortunately it is being applied to Capture buffers. I tried changing the buffer-n

Re: [Orgmode] [PATCH] Fix clocking on capture completion

2010-07-24 Thread Bernt Hansen
Viktor Rosenfeld writes: > this patch fixes the problem for me. I'm on > release_7.01g.24.g6b5cf.dirty Thanks for the feedback. > A somewhat related question: I use your bh/clock-in-to-next function to > change the todo state to STARTED when clocking in TODO tasks. > Unfortunately it is being

[Orgmode] [PATCH] Fix clocking on capture completion

2010-07-24 Thread Bernt Hansen
* lisp/org-capture.el (org-capture-finalize): Fix clock in of interrupted task during capture finalize Calling org-capture-get inside the org-with-point-at macro does not work when the current clocking task and the capture target buffer are the same. In this case the captured task would continue