From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: TODO hooks Date: Mon, 16 Aug 2010 14:47:57 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52130 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Okz71-0007Ie-09 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okz6v-0002hm-Pr for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:48:22 -0400 Received: from lo.gmane.org ([80.91.229.12]:38260) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okz6v-0002hU-L4 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:48:17 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Okz6r-0005Xy-OM for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 14:48:13 +0200 Received: from xdsl-89-0-29-200.netcologne.de ([89.0.29.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Aug 2010 14:48:13 +0200 Received: from andrea.crotti.0 by xdsl-89-0-29-200.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Aug 2010 14:48:13 +0200 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: emacs-orgmode@gnu.org 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?