* todo sequence with exceptions
@ 2009-03-21 22:39 Eraldo Helal
2009-03-22 2:49 ` Eraldo Helal
2009-03-22 2:51 ` Matthew Lundin
0 siblings, 2 replies; 4+ messages in thread
From: Eraldo Helal @ 2009-03-21 22:39 UTC (permalink / raw)
To: Org-Mode
[-- Attachment #1.1: Type: text/plain, Size: 340 bytes --]
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)
Greetings,
Eraldo
[-- Attachment #1.2: Type: text/html, Size: 388 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: todo sequence with exceptions
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
1 sibling, 0 replies; 4+ messages in thread
From: Eraldo Helal @ 2009-03-22 2:49 UTC (permalink / raw)
To: emacs-orgmode
Solution > Fast Selection Method
http://orgmode.org/org.html#Fast-access-to-TODO-states
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: todo sequence with exceptions
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
1 sibling, 1 reply; 4+ messages in thread
From: Matthew Lundin @ 2009-03-22 2:51 UTC (permalink / raw)
To: Eraldo Helal; +Cc: Org-Mode
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: todo sequence with exceptions
2009-03-22 2:51 ` Matthew Lundin
@ 2009-03-22 3:37 ` Eraldo Helal
0 siblings, 0 replies; 4+ messages in thread
From: Eraldo Helal @ 2009-03-22 3:37 UTC (permalink / raw)
To: Matthew Lundin; +Cc: Org-Mode
[-- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-22 3:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.