emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eraldo Helal <office@eraldo.at>
To: Matthew Lundin <mdl@imapmail.org>
Cc: Org-Mode <emacs-orgmode@gnu.org>
Subject: Re: todo sequence with exceptions
Date: Sun, 22 Mar 2009 04:37:41 +0100	[thread overview]
Message-ID: <938fae2d0903212037j47704548y5f013af99c5f56c7@mail.gmail.com> (raw)
In-Reply-To: <m2hc1mclsr.fsf@fastmail.fm>


[-- Attachment #1.1: Type: text/plain, Size: 1103 bytes --]

Yep... that is exactly what I was looking for.

Thanks for the reply!

On Sun, Mar 22, 2009 at 03:51, Matthew Lundin <mdl@imapmail.org> wrote:

>
> Hi Eraldo,
>
> Eraldo Helal <office@eraldo.at> writes:
>
> > I have the following todo states:
> > TODO ACTION WAITING DONE and CANCELED
> > I would like my sequence to be:
> > TODO > ACTION > WAITING > DONE
> > and have WAITING and CANCELED extra somehow.
> >  so that I enter  WAITING and CANCELED with a prefix or so.
> > is there a way to get that with the standard featues?
> > (without lisp programming)
>
> I believe the following will do what you're looking for.
>
> --8<---------------cut here---------------start------------->8---
> (setq org-use-fast-todo-selection t)
>
> (setq org-todo-keywords '((sequence "TODO(t)" "ACTION(a)" "|" "DONE(d)")
>                          (sequence "WAITING(w)" "|" "CANCELED(c)")))
> --8<---------------cut here---------------end--------------->8---
>
> There's a short FAQ on fast todo selection:
>
>
> http://orgmode.org/worg/org-faq.php#select-TODO-keywords-with-tag-like-interface
>
> Regards,
>
> Matt
>

[-- Attachment #1.2: Type: text/html, Size: 1803 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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	other threads:[~2009-03-22  3:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-21 22:39 todo sequence with exceptions Eraldo Helal
2009-03-22  2:49 ` Eraldo Helal
2009-03-22  2:51 ` Matthew Lundin
2009-03-22  3:37   ` Eraldo Helal [this message]

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=938fae2d0903212037j47704548y5f013af99c5f56c7@mail.gmail.com \
    --to=office@eraldo.at \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.org \
    /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).