From mboxrd@z Thu Jan 1 00:00:00 1970 From: Narendra Joshi Subject: Change todo state when scheduled or a deadline is set Date: Wed, 30 Aug 2017 19:41:32 +0530 Message-ID: <87k21li1rf.fsf@vicarie> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn3h1-0006Ub-HN for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 10:10:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dn3gx-0002Pw-Ck for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 10:10:07 -0400 Received: from mail-pg0-x242.google.com ([2607:f8b0:400e:c05::242]:36467) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dn3gx-0002PJ-6H for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 10:10:03 -0400 Received: by mail-pg0-x242.google.com with SMTP id 83so5157901pgb.3 for ; Wed, 30 Aug 2017 07:10:01 -0700 (PDT) Received: from vicarie ([1.23.210.171]) by smtp.gmail.com with ESMTPSA id s189sm8565535pgc.66.2017.08.30.07.09.58 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 07:09:59 -0700 (PDT) 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" To: emacs-orgmode@gnu.org Hi, I would like to change the state of a task to TODO when it is scheduled or a deadline is set for the task. I couldn't find any hook that is called after scheduling. How can I do this? Best, -- Narendra Joshi