From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexis Subject: Re: Set a property or take action on state change to done Date: Sun, 01 Mar 2015 17:46:44 +1100 Message-ID: <87a8zxrz8r.fsf@gmail.com> References: <88b021326f434c8b840c029fa6fe9e27@fcmailsvr3.familycareinc.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRxeR-0007Qe-NP for emacs-orgmode@gnu.org; Sun, 01 Mar 2015 01:46:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRxeN-0000Pr-OP for emacs-orgmode@gnu.org; Sun, 01 Mar 2015 01:46:55 -0500 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:37158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRxeN-0000Pl-H3 for emacs-orgmode@gnu.org; Sun, 01 Mar 2015 01:46:51 -0500 Received: by pabrd3 with SMTP id rd3so34343708pab.4 for ; Sat, 28 Feb 2015 22:46:50 -0800 (PST) Received: from localhost (ppp118-209-174-156.lns20.mel8.internode.on.net. [118.209.174.156]) by mx.google.com with ESMTPSA id ng17sm8336586pdb.91.2015.02.28.22.46.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 28 Feb 2015 22:46:49 -0800 (PST) In-reply-to: <88b021326f434c8b840c029fa6fe9e27@fcmailsvr3.familycareinc.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 2015-02-19T10:31:05+1100, Subhan Michael Tindall said: SMT> I know the hooks are in there somewhere, but is there any SMT> relatively straightforward way to set a particular property, or SMT> run a function to do so, when a TODO changes status to a DONE SMT> state? Perhaps use a combination of `org-after-todo-state-change-hook` and the `org-state` variable? Alexis.