all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* org-todo-keywords and task sequence
@ 2023-01-17  6:10 David Masterson
  2023-01-17  8:10 ` Daniel Fleischer
  2023-01-17 10:56 ` Ihor Radchenko
  0 siblings, 2 replies; 13+ messages in thread
From: David Masterson @ 2023-01-17  6:10 UTC (permalink / raw)
  To: emacs-orgmode

I'm not sure I understand 'sequence' and 'type' in org-todo-keywords.
In particular, I can only think of the following simple sequence as
being possible in org-todo-keywords:

TODO -> IN-PROCESS -> DONE

If I want to add in (say) WAITING, the graph (represented as a table)
becomes:

i\o  | TODO | IN-P | WAIT | DONE
TODO |  N   |  Y   |  N   |  N
IN-P |  N   |  N   |  Y   |  Y
WAIT |  N   |  Y   |  N   |  N
DONE |  N   |  N   |  N   |  N

This table could be more complex with more Ys or more states in the task
processing (like HOLD).  I do not see what the proper sequence(s) to use
for representing this table in Org.

Hints?

-- 
David Masterson


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-01-18 11:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17  6:10 org-todo-keywords and task sequence David Masterson
2023-01-17  8:10 ` Daniel Fleischer
2023-01-17  8:17   ` Daniel Fleischer
2023-01-17 18:08     ` David Masterson
2023-01-17 18:30       ` Ihor Radchenko
2023-01-18  1:59         ` David Masterson
2023-01-18  2:17         ` David Masterson
2023-01-18 11:04           ` Ihor Radchenko
2023-01-17 10:56 ` Ihor Radchenko
2023-01-17 18:13   ` David Masterson
2023-01-17 18:32     ` Ihor Radchenko
2023-01-18  2:07       ` David Masterson
2023-01-18 11:06         ` Ihor Radchenko

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.