emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rich E <reakinator@gmail.com>
To: emacs-orgmode@gnu.org
Subject: workflow states
Date: Thu, 5 Feb 2009 16:04:06 +0100	[thread overview]
Message-ID: <a3297bc90902050704w6c243e6bv12e968eda97c76fc@mail.gmail.com> (raw)

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

             reply	other threads:[~2009-02-05 15:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-05 15:04 Rich E [this message]
2009-02-05 15:25 ` workflow states 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

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=a3297bc90902050704w6c243e6bv12e968eda97c76fc@mail.gmail.com \
    --to=reakinator@gmail.com \
    --cc=emacs-orgmode@gnu.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).