From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Using Multiple TODO Keywords Date: Tue, 12 Nov 2013 22:51:30 +0100 Message-ID: <87habhqof1.fsf@bzg.ath.cx> References: <87hacy1oj9.fsf@be.cs.appstate.edu> <87siv9aeja.fsf@bzg.ath.cx> <87mwl9fi9z.fsf@be.cs.appstate.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgLs3-0003rd-I9 for emacs-orgmode@gnu.org; Tue, 12 Nov 2013 16:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgLry-0000Mz-Jd for emacs-orgmode@gnu.org; Tue, 12 Nov 2013 16:51:39 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:41310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgLry-0000Mr-Cz for emacs-orgmode@gnu.org; Tue, 12 Nov 2013 16:51:34 -0500 Received: by mail-wi0-f175.google.com with SMTP id hm11so4352686wib.8 for ; Tue, 12 Nov 2013 13:51:33 -0800 (PST) In-Reply-To: <87mwl9fi9z.fsf@be.cs.appstate.edu> (Kenneth Jacker's message of "Tue, 12 Nov 2013 15:59:36 -0500") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kenneth Jacker Cc: khj@cs.appstate.edu, emacs-orgmode@gnu.org Hi Kenneth, Kenneth Jacker writes: > Great minds think alike? ;-) > > That's what I ended up using soon after my ML posting. Great manual make great minds stumble upon solutions :) > bzg> but the presence of the repeater will still let the TODO state > bzg> switch to the next one, namely "TODO". > > Yes. > > I'm still a bit baffled by the behavior of "repeaters" ... > > bzg> Maybe we should introduce a way to ignore the repeater -- is anyone > bzg> missing this too? > > Not that important to me ... at least for now ... still trying to learn > how to use the more basic (viz., task scheduling) elements within Org. FWIW, I implemented an experimental solution. You can apply the patch you'll find here: http://article.gmane.org/gmane.emacs.orgmode/78700 Then use C-- 1 C-c C-t to switch to a DONE state even for repeating events. I'll surely apply the patch on master soon, I'm still waiting for some feedback. Thanks in advance for testing it if you can. -- Bastien