From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Bug in #+SEQ_TODO: config? Date: Thu, 07 Feb 2008 00:46:43 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMtyQ-0002Os-1G for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 18:46:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMtyO-0002OQ-Ks for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 18:46:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMtyO-0002OM-E2 for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 18:46:36 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JMtyN-0002yB-Sq for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 18:46:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JMtyI-0002vt-Ms for emacs-orgmode@gnu.org; Wed, 06 Feb 2008 23:46:30 +0000 Received: from p57af2750.dip0.t-ipconnect.de ([87.175.39.80]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Feb 2008 23:46:30 +0000 Received: from rainer.stengele by p57af2750.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Feb 2008 23:46:30 +0000 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 Hi all, I think i found a bug/unwanted behaviour: 1. Having this config at the top of an org file: #+SEQ_TODO: TODO INARBEIT WARTEN| DONE CANCELED DELEGATED I do get all (!) DONE entries in any agenda call. although I configured to not see any of them ((org-agenda-skip-scheduled-if-done t) etc.). 2. Having this config at the top of an org file: #+SEQ_TODO: TODO INARBEIT WARTEN | DONE CANCELED DELEGATED I get correct agenda behaviour - all DONE items disappear. The only difference is the space after "WARTEN"! That was not quite easy to track down ... Is this intended? rainer