From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: SOLVED: was Re: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 10:39:55 -0400 Message-ID: <20012.1282228795@gamaville.dokosmarshall.org> References: <4C6CD785.8010402@jboecker.de> <7E976957-F7A8-4AA6-B2B4-9E72DEF698E1@mac.com> <056BB936-9FAB-4E5B-9195-9D209EA3234A@me.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=37164 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om6Hy-0008D8-EK for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:40:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om6Hs-0007la-1I for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:40:17 -0400 Received: from vms173003pub.verizon.net ([206.46.173.3]:38876) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om6Hr-0007lG-UC for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:40:12 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L7E001KUM2LN360@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 09:39:58 -0500 (CDT) In-reply-to: Message from Gert van Oss of "Thu, 19 Aug 2010 14:10:24 +0200." <056BB936-9FAB-4E5B-9195-9D209EA3234A@me.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: Gert van Oss Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Gert van Oss wrote: > > Taking out the first two lines mentioned below helped to solve my problem.. > > #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) DONE(d) CANCELLED(c) DEFERRED(f) > #+TAGS: HOME(h) OFFICE(o) EMAIL(e) PHONE(p) READ(r) REFILE(f) SQLITE(s) AS(a) > I'm not sure why the second line would matter, but in the first line you need to separate the "not done" states from the "done" states with a vertical bar: #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) | DONE(d) CANCELLED(c) DEFERRED(f) Nick