From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Release: Org-mode 5.09 Date: Tue, 18 Sep 2007 13:01:58 +0200 Message-ID: References: <200709181727.45145.zslevin@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXaqC-0001mI-OO for emacs-orgmode@gnu.org; Tue, 18 Sep 2007 07:02:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXaqB-0001jb-2a for emacs-orgmode@gnu.org; Tue, 18 Sep 2007 07:02:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXaqA-0001jT-VZ for emacs-orgmode@gnu.org; Tue, 18 Sep 2007 07:02:03 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXaqA-0000JM-EE for emacs-orgmode@gnu.org; Tue, 18 Sep 2007 07:02:02 -0400 Received: by ug-out-1314.google.com with SMTP id m4so69829uge for ; Tue, 18 Sep 2007 04:02:01 -0700 (PDT) In-Reply-To: <200709181727.45145.zslevin@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: Levin Cc: emacs-orgmode@gnu.org On Sep 18, 2007, at 11:27, Levin wrote: > There's a small bug with org-fast-todo-selection, pressing " " will > trigger an > error instead of clearing the todo state. > > Is this small fix ok? Yes, thanks. - Carsten > > -Levin > > diff --git a/lisp/org/org.el b/lisp/org/org.el > index a5567f5..edb5cb2 100644 > --- a/lisp/org/org.el > +++ b/lisp/org/org.el > @@ -13058,7 +13058,7 @@ Returns the new TODO keyword, or nil if no > state > change should occur." > ((or (= c ?\C-g) > (and (= c ?q) (not (rassoc c fulltable)))) > (setq quit-flag t)) > - ((= c ?\ ) 'none) > + ((= c ?\ ) nil) > ((setq e (rassoc c fulltable) tg (car e)) > tg) > (t (setq quit-flag t)))))) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477