[O] refiling tasks and counter cookies

2012-01-05 Thread Ali Tofigh
when refiling todos (C-c C-w), the counter cookies don't update. is that a known/intended issue? /ali

Re: [O] refiling tasks and counter cookies

2012-01-05 Thread Bastien
Hi Ali, Ali Tofigh alix.tof...@gmail.com writes: when refiling todos (C-c C-w), the counter cookies don't update. is that a known/intended issue? This should do: (add-hook 'org-after-refile-insert-hook 'org-update-parent-todo-statistics) HTH, -- Bastien

Re: [O] refiling tasks and counter cookies

2012-01-05 Thread Ali Tofigh
thanks for the snippet! that code solves half the problem: it updates the counter cookie for the node where the todo item was refiled to, but not for the original location. I couldn't figure out how to do the second part. any ideas? /ali On Thu, Jan 5, 2012 at 12:14, Bastien b...@altern.org