From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Remove scheduled date when switch TODO states Date: Sun, 21 Feb 2010 10:48:09 +0530 Message-ID: References: <5e3a506e1002201213i1e14bad3q844adeb6fa04cc4c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nj4DD-0006Pr-6N for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:18:35 -0500 Received: from [140.186.70.92] (port=38869 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nj4DB-0006Pc-Gp for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:18:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nj4D9-0000qK-1V for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:18:33 -0500 Received: from mail-iw0-f199.google.com ([209.85.223.199]:43846) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj4D8-0000qD-Uf for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:18:31 -0500 Received: by iwn37 with SMTP id 37so1523460iwn.24 for ; Sat, 20 Feb 2010 21:18:29 -0800 (PST) In-Reply-To: <5e3a506e1002201213i1e14bad3q844adeb6fa04cc4c@mail.gmail.com> 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: Nathaniel Flath Cc: emacs-orgmode@gnu.org On Sun, Feb 21, 2010 at 1:43 AM, Nathaniel Flath wrote: > Hello, > > I have a todo state, PENDING, that I organize tasks that I > cannot perform immediately. Is there a way to configure > org-todoconfigure so that when a task is switched to PENDING, > if it has a scheduled date that date is removed? i'm not aware of any in-built way of doing this but org-schedule can be called with org-trigger-hook to do the job but i still don't know sufficient elisp to help with an implementation. :( http://orgmode.org/worg/org-configs/org-hooks.php#sec-1.15 -- manish