emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: PT <spamfilteraccount@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Eliminate DONE state?
Date: Fri, 18 Sep 2009 15:53:52 +0100	[thread overview]
Message-ID: <684B98BC-EF0C-4E28-8625-F0915BCD6985@gmail.com> (raw)
In-Reply-To: <loom.20090918T142941-491@post.gmane.org>


On Sep 18, 2009, at 1:31 PM, PT wrote:

> 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-...?


Hi PT,

the following seems to work, but  am not sure if it will break
something.

(setq org-todo-keywords '((sequence "TODO" "|")))

HTH

- Carsten

  parent reply	other threads:[~2009-09-18 14:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-18 12:31 Eliminate DONE state? PT
2009-09-18 14:33 ` Matt Lundin
2009-09-18 14:51   ` PT
2009-09-18 14:53 ` Carsten Dominik [this message]
2009-09-18 15:17   ` Matt Lundin
2009-09-18 15:23     ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=684B98BC-EF0C-4E28-8625-F0915BCD6985@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=spamfilteraccount@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).