From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Auto clock-out? [7.01trans] Date: Thu, 14 Oct 2010 14:00:06 +0200 Message-ID: <689293C8-346B-439C-B493-4A36DD6C2936@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59323 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6MU6-0003nm-UD for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6MTi-0007Ny-HV for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:00:11 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:36588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6MTi-0007Ns-CW for emacs-orgmode@gnu.org; Thu, 14 Oct 2010 08:00:10 -0400 Received: by ewy5 with SMTP id 5so2646720ewy.0 for ; Thu, 14 Oct 2010 05:00:09 -0700 (PDT) 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: David Abrahams Cc: emacs-orgmode@gnu.org Hi David, You can use org-after-todo-state-change-hook to implement this. - Carsten On Oct 13, 2010, at 8:05 PM, David Abrahams wrote: > > > When I mark an item DONE, Org clocks me out, fantastic! > > When I switch an item from TODO to WAITING, it doesn't. Is there a > way to get it to clock me out of an item when is switched to WAITING? > > > Thanks, > > -- > Dave Abrahams > BoostPro Computing > http://www.boostpro.com > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten