Gert van Oss <ger...@me.com> 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

_______________________________________________
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

Reply via email to