From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gert van Oss Subject: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 07:55:25 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2113998490==" Return-path: Received: from [140.186.70.92] (port=49606 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oly6C-0000DW-6X for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 01:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oly6A-00015T-PR for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 01:55:36 -0400 Received: from asmtpout026.mac.com ([17.148.16.101]:39696) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oly6A-000152-LH for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 01:55:34 -0400 Received: from macbookpro.lan (ip51cfb374.direct-adsl.nl [81.207.179.116]) by asmtp026.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L7D004MSXSEU850@asmtp026.mac.com> for emacs-orgmode@gnu.org; Wed, 18 Aug 2010 22:55:29 -0700 (PDT) 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 --===============2113998490== Content-type: multipart/alternative; boundary="Boundary_(ID_St3fvXmRQeHsUH3ijItEVw)" --Boundary_(ID_St3fvXmRQeHsUH3ijItEVw) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT dear list, I know this is in the FAQ-[1] but I can't get it working. I've started with a new setup not edited by hand. Can someone point me in the right direction to get this working when I do: C-c-a? (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-scheduled-if-done t) '(org-agenda-skip-timestamp-if-done t) '(org-agenda-tags-todo-honor-ignore-options t) '(org-agenda-todo-ignore-scheduled t) '(org-agenda-todo-ignore-with-date t)) Thanks for any reply, Gert 1- http://orgmode.org/worg/org-faq.php#scheduled-vs-deadline-vs-timestamp --Boundary_(ID_St3fvXmRQeHsUH3ijItEVw) Content-type: text/html; charset=us-ascii Content-transfer-encoding: quoted-printable dear = list,

I know this is in the FAQ-[1] but I can't get = it working. I've started with a new setup not edited by hand. Can = someone point me in the right direction to get this working when I do: = C-c-a?

(custom-set-variables
  ;; = custom-set-variables was added by Custom.
  ;; If you edit it = by hand, you could mess it up, so be careful.
  ;; Your init file = should contain only one such instance.
  ;; If there is = more than one, they won't work right.
 '(org-agenda-skip-deadline-if-done = t)
 '(org-agenda-skip-scheduled-if-done = t)
 '(org-agenda-skip-timestamp-if-done = t)
 '(org-agenda-tags-todo-honor-ignore-options = t)
 '(org-agenda-todo-ignore-scheduled = t)
 '(org-agenda-todo-ignore-with-date = t))

Thanks for any = reply,
Gert


= --Boundary_(ID_St3fvXmRQeHsUH3ijItEVw)-- --===============2113998490== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2113998490==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 09:04:37 +0200 Message-ID: <4C6CD785.8010402@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51377 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlzB4-00085e-P1 for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 03:04:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlzB3-0001yR-K8 for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 03:04:42 -0400 Received: from smtp01.worldserver.net ([217.13.200.37]:34527) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlzB3-0001y3-BA for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 03:04:41 -0400 In-Reply-To: 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: emacs-orgmode@gnu.org On 08/19/2010 07:55 AM, Gert van Oss wrote: > dear list, > > I know this is in the FAQ-[1] but I can't get it working. I've started > with a new setup not edited by hand. Can someone point me in the right > direction to get this working when I do: C-c-a? > > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(org-agenda-skip-deadline-if-done t) > '(org-agenda-skip-scheduled-if-done t) > '(org-agenda-skip-timestamp-if-done t) > '(org-agenda-tags-todo-honor-ignore-options t) > '(org-agenda-todo-ignore-scheduled t) > '(org-agenda-todo-ignore-with-date t)) > > Thanks for any reply, > Gert > > > 1- http://orgmode.org/worg/org-faq.php#scheduled-vs-deadline-vs-timestamp > Hi Gert, I just did a test with org-skip-scheduled-if-done here. I set it to t, scheduled a TODO item for today, then marked that DONE from the agenda. It disappeared as soon as I pressed 'r' to rebuild the agenda view. I think that is the intended behaviour, because rebuilding the agenda can be a slow operation. Please give us a small example of what exactly does not work for you: describe what you do, what happens, and what you expect to happen instead. The version of Org-mode you are using would also be useful to know (M-x org-version), in case you have hit a bug. That would greatly help us help you! -- Jan From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gert van Oss Subject: Re: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 13:39:33 +0200 Message-ID: <7E976957-F7A8-4AA6-B2B4-9E72DEF698E1@mac.com> References: <4C6CD785.8010402@jboecker.de> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36629 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om3cW-0002kr-3d for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 07:49:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om3T5-0000ig-TH for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 07:39:37 -0400 Received: from smtp-vbr16.xs4all.nl ([194.109.24.36]:2724) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om3T5-0000h8-Ix for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 07:39:35 -0400 Received: from [10.0.1.5] (a80-126-239-192.adsl.xs4all.nl [80.126.239.192]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id o7JBdYhr015816 for ; Thu, 19 Aug 2010 13:39:34 +0200 (CEST) (envelope-from gertlist@mac.com) In-Reply-To: <4C6CD785.8010402@jboecker.de> 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 On 19 aug 2010, at 09:04, Jan B=F6cker wrote: > On 08/19/2010 07:55 AM, Gert van Oss wrote: >> dear list, >>=20 >> I know this is in the FAQ-[1] but I can't get it working. I've = started >> with a new setup not edited by hand. Can someone point me in the = right >> direction to get this working when I do: C-c-a? >>=20 >> (custom-set-variables >> ;; custom-set-variables was added by Custom. >> ;; If you edit it by hand, you could mess it up, so be careful. >> ;; Your init file should contain only one such instance. >> ;; If there is more than one, they won't work right. >> '(org-agenda-skip-deadline-if-done t) >> '(org-agenda-skip-scheduled-if-done t) >> '(org-agenda-skip-timestamp-if-done t) >> '(org-agenda-tags-todo-honor-ignore-options t) >> '(org-agenda-todo-ignore-scheduled t) >> '(org-agenda-todo-ignore-with-date t)) >>=20 >> Thanks for any reply, >> Gert >>=20 >>=20 >> 1- = http://orgmode.org/worg/org-faq.php#scheduled-vs-deadline-vs-timestamp >>=20 >=20 > Hi Gert, >=20 > I just did a test with org-skip-scheduled-if-done here. I set it to t, > scheduled a TODO item for today, then marked that DONE from the = agenda. > It disappeared as soon as I pressed 'r' to rebuild the agenda view. >=20 >=20 > I think that is the intended behaviour, because rebuilding the agenda > can be a slow operation. >=20 > Please give us a small example of what exactly does not work for you: > describe what you do, what happens, and what you expect to happen > instead. The version of Org-mode you are using would also be useful to > know (M-x org-version), in case you have hit a bug. That would greatly > help us help you! >=20 > -- Jan hi list, Jan, Thanks for your replay. Don't think I did hit a bug but that it is that = I expect something to happen without creating the right settings. I'm using Org-mode version 6.33x I'd assumed that if I create a todo with the setup mentioned above. Shift-Alt "text of my todo", then C-c C-t to mark it TODO and then C-c = C-s to schedule it on today I check whether the TODO is listed in the agenda with C-c-a. This is the case. Following step is to 'select' the TODO and change it = status to DONE with C-c C-t. If I then check the agenda with C-c-a it still shows in the agenda (as = DONE), though I expected the heading not to show up in the agenda = because of >> '(org-agenda-skip-deadline-if-done t) >> '(org-agenda-skip-scheduled-if-done t) >> '(org-agenda-skip-timestamp-if-done t) >> '(org-agenda-tags-todo-honor-ignore-options t) I thought as well that properties of the heading would change somehow = but nothing happens. Curious to learn what to change in my settings. Thanks, Gert From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gert van Oss Subject: SOLVED: was Re: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 14:10:24 +0200 Message-ID: <056BB936-9FAB-4E5B-9195-9D209EA3234A@me.com> References: <4C6CD785.8010402@jboecker.de> <7E976957-F7A8-4AA6-B2B4-9E72DEF698E1@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39762 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om3x4-0000V5-GG for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 08:10:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om3x3-0006bq-3G for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 08:10:34 -0400 Received: from asmtpout029.mac.com ([17.148.16.104]:61501) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om3x2-0006bZ-VN for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 08:10:33 -0400 Received: from [10.0.1.5] (a80-126-239-192.adsl.xs4all.nl [80.126.239.192]) by asmtp029.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L7E00B22F5EMR40@asmtp029.mac.com> for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 05:10:28 -0700 (PDT) In-reply-to: <7E976957-F7A8-4AA6-B2B4-9E72DEF698E1@mac.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: emacs-orgmode@gnu.org On 19 aug 2010, at 13:39, Gert van Oss wrote: >=20 > On 19 aug 2010, at 09:04, Jan B=F6cker wrote: >=20 >> On 08/19/2010 07:55 AM, Gert van Oss wrote: >>> dear list, >>>=20 >>> I know this is in the FAQ-[1] but I can't get it working. I've = started >>> with a new setup not edited by hand. Can someone point me in the = right >>> direction to get this working when I do: C-c-a? >>>=20 >>> (custom-set-variables >>> ;; custom-set-variables was added by Custom. >>> ;; If you edit it by hand, you could mess it up, so be careful. >>> ;; Your init file should contain only one such instance. >>> ;; If there is more than one, they won't work right. >>> '(org-agenda-skip-deadline-if-done t) >>> '(org-agenda-skip-scheduled-if-done t) >>> '(org-agenda-skip-timestamp-if-done t) >>> '(org-agenda-tags-todo-honor-ignore-options t) >>> '(org-agenda-todo-ignore-scheduled t) >>> '(org-agenda-todo-ignore-with-date t)) >>>=20 >>> Thanks for any reply, >>> Gert >>>=20 >>>=20 >>> 1- = http://orgmode.org/worg/org-faq.php#scheduled-vs-deadline-vs-timestamp >>>=20 >>=20 >> Hi Gert, >>=20 >> I just did a test with org-skip-scheduled-if-done here. I set it to = t, >> scheduled a TODO item for today, then marked that DONE from the = agenda. >> It disappeared as soon as I pressed 'r' to rebuild the agenda view. >>=20 >>=20 >> I think that is the intended behaviour, because rebuilding the agenda >> can be a slow operation. >>=20 >> Please give us a small example of what exactly does not work for you: >> describe what you do, what happens, and what you expect to happen >> instead. The version of Org-mode you are using would also be useful = to >> know (M-x org-version), in case you have hit a bug. That would = greatly >> help us help you! >>=20 >> -- Jan >=20 > hi list, Jan, >=20 > Thanks for your replay. Don't think I did hit a bug but that it is = that I expect something to happen without creating the right settings. > I'm using Org-mode version 6.33x >=20 > I'd assumed that if I create a todo with the setup mentioned above. >=20 > Shift-Alt "text of my todo", then C-c C-t to mark it TODO and then C-c = C-s to schedule it on today >=20 > I check whether the TODO is listed in the agenda with C-c-a. > This is the case. Following step is to 'select' the TODO and change it = status to DONE with C-c C-t. > If I then check the agenda with C-c-a it still shows in the agenda (as = DONE), though I expected the heading not to show up in the agenda = because of >=20 >>> '(org-agenda-skip-deadline-if-done t) >>> '(org-agenda-skip-scheduled-if-done t) >>> '(org-agenda-skip-timestamp-if-done t) >>> '(org-agenda-tags-todo-honor-ignore-options t) >=20 > I thought as well that properties of the heading would change somehow = but nothing happens. Curious to learn what to change in my settings. > Thanks, > Gert 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) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: items not disappearing from agenda once marked done Date: Thu, 19 Aug 2010 10:27:32 -0400 Message-ID: <19263.1282228052@gamaville.dokosmarshall.org> References: <4C6CD785.8010402@jboecker.de> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=36828 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om6Hr-0007tB-LQ for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om660-0005id-Ht for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:27:58 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:32913) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om660-0005iX-De for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 10:27:56 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L7E00BA9LHZCY10@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 19 Aug 2010 09:27:35 -0500 (CDT) In-reply-to: Message from =?us-ascii?Q?=3D=3FISO-8859-1=3FQ=3FJan=5FB=3DF6?= =?us-ascii?Q?cker=3F=3D?= of "Thu\, 19 Aug 2010 09\:04\:37 +0200." <4C6CD785.8010402@jboecker.de> 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: =?us-ascii?Q?=3D=3FISO-8859-1=3FQ=3FJan=5FB=3DF6cker=3F=3D?= Cc: Gert van Oss , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Jan B=C3=B6cker wrote: > On 08/19/2010 07:55 AM, Gert van Oss wrote: > > dear list, > >=20 > > I know this is in the FAQ-[1] but I can't get it working. I've started > > with a new setup not edited by hand. Can someone point me in the right > > direction to get this working when I do: C-c-a? > >=20 > > (custom-set-variables > > ;; custom-set-variables was added by Custom. > > ;; If you edit it by hand, you could mess it up, so be careful. > > ;; Your init file should contain only one such instance. > > ;; If there is more than one, they won't work right. > > '(org-agenda-skip-deadline-if-done t) > > '(org-agenda-skip-scheduled-if-done t) > > '(org-agenda-skip-timestamp-if-done t) > > '(org-agenda-tags-todo-honor-ignore-options t) > > '(org-agenda-todo-ignore-scheduled t) > > '(org-agenda-todo-ignore-with-date t)) > >=20 > > Thanks for any reply, > > Gert > >=20 > >=20 > > 1- http://orgmode.org/worg/org-faq.php#scheduled-vs-deadline-vs-timesta= mp > >=20 >=20 > Hi Gert, >=20 > I just did a test with org-skip-scheduled-if-done here. I set it to t, > scheduled a TODO item for today, then marked that DONE from the agenda. > It disappeared as soon as I pressed 'r' to rebuild the agenda view. >=20 >=20 > I think that is the intended behaviour, because rebuilding the agenda > can be a slow operation. >=20 > Please give us a small example of what exactly does not work for you: > describe what you do, what happens, and what you expect to happen > instead. The version of Org-mode you are using would also be useful to > know (M-x org-version), in case you have hit a bug. That would greatly > help us help you! >=20 In addition to Jan's suggestions, it would also help if you examined the values of the various variables involved to verify that the values you think you have set are really there, e.g. C-h v org-agenda-skip-scheduled-if-done etc. Nick 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