From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: TODO hooks Date: Mon, 16 Aug 2010 16:30:45 +0200 Message-ID: <4C694B95.9020801@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43203 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ol0lo-0000v7-Lb for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 10:35:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ol0iD-0005fi-6p for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 10:30:59 -0400 Received: from smtp01.worldserver.net ([217.13.200.36]:41226) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ol0iD-0005fI-1x for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 10:30:53 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrea Crotti Cc: emacs-orgmode@gnu.org On 08/16/2010 02:47 PM, Andrea Crotti wrote: > After another time that I forgot something I came up with the same idea. > > Suppose I live in address X, and whenever I change my address I have to > notify Y, Z, W. > > Now how could I handle this automatically? > I would like that, whenever my address changes I get a todo telling me > to contact Y, Z, W. > > Is it possible to do anything like that in org-mode? > Maybe with org-babel and elisp, but there should also maybe an > elisp-hook on the change of that text... > > Any idea, other people feelt my same need from time to time? > Just make a checklist somewhere: * DONE Notify people of my current address - [X] Y - [X] Z - [X] W When your address changes, change the todo state to TODO and do M-x org-reset-checkbox-state-subtree to uncheck all the boxes. Of course, you still have to remember to do that, but don't have to remember /who/ you have to notify (because you can add to this list whenever you give your address to someone new). If that does not accomplish your goal, please provide more detailed explanation of what Org should do to help you in this situation. -- Jan