From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Release: Org-mode 4.70 Date: Thu, 05 Apr 2007 11:18:31 +0200 Message-ID: <87ircbqivs.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZOAS-0000bO-Mv for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 05:22:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZOAP-0000Wg-Uq for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 05:22:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZOAP-0000WR-Pz for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 05:22:05 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZO72-0006VY-CS for emacs-orgmode@gnu.org; Thu, 05 Apr 2007 05:18:36 -0400 Received: by ug-out-1314.google.com with SMTP id j3so1147035ugf for ; Thu, 05 Apr 2007 02:18:34 -0700 (PDT) In-Reply-To: (Leo's message of "Wed\, 04 Apr 2007 00\:17\:02 +0100") 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: emacs-orgmode@gnu.org Hello list, now (org-todo-list 1) does not list the proper headlines: it includes other TODO keyword than the first one. It might be related to the problem Leo is describing below. Regards, Leo writes: > I seem to find a bug related to TODO. My setting is: > ,---- > | org-todo-keywords '((sequence "ACTION" "DONE") > | (sequence "|" "WAITING")) > `---- > > If current buffer is not one of the files in org-agenda-files, 'C-c a > t' shows: > ,---- > | Global list of TODO items of type: ALL > | Available with `N r': (0)ALL > `---- > Otherwise it shows: > ,---- > | Global list of TODO items of type: ALL > | Available with `N r': (0)ALL (1)ACTION (2)DONE (3)WAITING > `---- -- Bastien