all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* workflow states
@ 2009-02-05 15:04 Rich E
  2009-02-05 15:25 ` Giovanni Ridolfi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Rich E @ 2009-02-05 15:04 UTC (permalink / raw
  To: emacs-orgmode

Hi,

I'd like to simply add a VERIFY workflow state between TODO and DONE
in my org files.  I am looking at section 5.2.1 of the manual for how
to do this, but it is not working like I would expect.  Here is the
code I have in my .emacs file:

(setq org-todo-keywords '("TODO" "VERIFY" "DONE")
      org-todo-interpretation 'sequence)


Here is my todo item:

** TODO make testing scripts

..I then hit C-c C-t and I get:


** VERIFY make testing scripts

.. but VERIFY is not color coded or bold, like TODO and DONE.  I then
hit C-c C-t again and get:


** TODO VERIFY make testing scripts

.. and I hit it again and get:


** TODO VERIFY VERIFY make testing scripts

.. where VERIFY is never bold or color coded.


anyone know how to do what I am trying? It seems basic enough.
regards,
Rich

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

end of thread, other threads:[~2009-02-05 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05 15:04 workflow states Rich E
2009-02-05 15:25 ` Giovanni Ridolfi
2009-02-05 15:30 ` Bernt Hansen
2009-02-05 15:36 ` Matthew Lundin
2009-02-05 15:49   ` Rich E
2009-02-05 16:52     ` Bernt Hansen
2009-02-05 18:14       ` Rich E
2009-02-05 18:18         ` Bernt Hansen
2009-02-05 18:46           ` Rich E

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.