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> wrote:
> 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

Reply via email to