From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Can't use char ">" in TODO state Date: Tue, 18 Oct 2011 13:25:52 +0200 Message-ID: References: <80d3duoajd.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG7nx-0004xw-As for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 07:25:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG7nt-00048l-4r for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 07:25:57 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:50414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG7ns-00048h-TO for emacs-orgmode@gnu.org; Tue, 18 Oct 2011 07:25:53 -0400 Received: by wyg34 with SMTP id 34so564378wyg.0 for ; Tue, 18 Oct 2011 04:25:52 -0700 (PDT) In-Reply-To: <80d3duoajd.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org, Nicolas Goaziou Hi Sebastien On Tue, Oct 18, 2011 at 12:32, Sebastien Vauban > Instead of using the TODO state "NEW", I tried using "NEW>" so that it > occupies 4 letters, as all my other states (better display in the agenda)= . > > Though... > > * TEST Do this > > Simply use S-right arrow to cycle through the different states, and you'l= l see > "NEW>" added many times: > > - DONE Do this > - CANX Do this > - Do this > - NEW> Do this > > =A0which "prooves" that "NEW>" is well somehow considered as a TODO state= , > =A0being added automagically, but the next cycle steps don't succeed... > > - NEW> NEW> Do this > - NEW> NEW> NEW> Do this > - ... > > I find this behavior not entirely satisfying, even if I can fully accept = that > ">" is a forbidden character in the TODO states. For example, we could th= ink > of a warning being generated, or of the state being fully ignored, or ... It works with this patch http://patchwork.newartisans.com/patch/964 from Nicolas which I am still using to test it. > BTW, do you have an alternative for this "NEW" state, in 4 positions? ;-) What about NEVV ? (ok, it was a joke) Michael