From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subhan Michael Tindall Subject: Set a property or take action on state change to done Date: Wed, 18 Feb 2015 23:31:05 +0000 Message-ID: <88b021326f434c8b840c029fa6fe9e27@fcmailsvr3.familycareinc.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_88b021326f434c8b840c029fa6fe9e27fcmailsvr3familycareinc_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOE5K-0002tV-3y for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 18:31:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOE5H-0008Lq-DR for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 18:31:14 -0500 Received: from outbound.familycareinc.org ([207.170.205.147]:27970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOE5H-0008L3-3T for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 18:31:11 -0500 Content-Language: en-US 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" --_000_88b021326f434c8b840c029fa6fe9e27fcmailsvr3familycareinc_ Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable I know the hooks are in there somewhere, but is there any relatively straig= htforward way to set a particular property, or run a function to do so, whe= n a TODO changes status to a DONE state? Thanks! Subhan This message is intended for the sole use of the individual and entity to w= hich it is addressed and may contain information that is privileged, confid= ential and exempt from disclosure under applicable law. If you are not the = intended addressee, nor authorized to receive for the intended addressee, y= ou are hereby notified that you may not use, copy, disclose or distribute t= o anyone the message or any information contained in the message. If you ha= ve received this message in error, please immediately advise the sender by = reply email and delete the message. Thank you. --_000_88b021326f434c8b840c029fa6fe9e27fcmailsvr3familycareinc_ Content-Type: text/html; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable

I know the hooks are in there somewhere, but is ther= e any relatively straightforward way to set a particular property, or run a= function to do so, when a TODO changes status to a DONE state?<= /p>

 

Thanks!

Subhan

 


This message is intended for the sole use of the individual and entity = to which it is addressed and may contain information that is privileged, co= nfidential and exempt from disclosure under applicable law. If you are not = the intended addressee, nor authorized to receive for the intended addresse= e, you are hereby notified that you may not use, copy, disclose or distribu= te to anyone the message or any information contained in the message. If yo= u have received this message in error, please immediately advise the sender= by reply email and delete the message.  Thank you. --_000_88b021326f434c8b840c029fa6fe9e27fcmailsvr3familycareinc_-- 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.