emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SOLVED: was Re: [Orgmode] items not disappearing from agenda once ma


From: Nick Dokos
Subject: Re: SOLVED: was Re: [Orgmode] items not disappearing from agenda once marked done
Date: Thu, 19 Aug 2010 10:39:55 -0400

Gert van Oss <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]