PT <spamfilteracco...@gmail.com> writes:

> Is is possible to eliminate the DONE state completely? I'd like a single 
> state TODO and want to switch between TODO and nothing states, but 
>
>      (setq org-todo-keywords '((sequence "TODO")))
>
> doesn't seem to work, because it always considers the last state as a
> DONE state.
>
> Is it possible to have only a single actionable task state and nothing 
> else, so when I switch then the sequence is nothing-TODO-nothing-TODO-...? 

Not that I am aware of. Lots of functionality in org depends on inactive
TODOs. For instance, if you don't have a DONE state, then scheduled
items will remain on your agenda forever, even if they aren't marked as
a TODO.

Why not just switch back and forth between TODO and nothing by S-Right
and S-Left?

Best,
Matt


_______________________________________________
Emacs-orgmode mailing list
Remember: 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