emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] refiling tasks and counter cookies


From: Ali Tofigh
Subject: Re: [O] refiling tasks and counter cookies
Date: Thu, 5 Jan 2012 12:37:09 -0500

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 <address@hidden> wrote:
> Hi Ali,
>
> Ali Tofigh <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]