From mboxrd@z Thu Jan  1 00:00:00 1970
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
Subject: Re: Org Todo Keywords not recognized/treated as keywords
Date: Wed, 03 Nov 2010 16:53:03 +0100
Message-ID: <83y69ae74w.fsf@yahoo.it>
References: <4CD17AEE.8060500@infomuse.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from [140.186.70.92] (port=41549 helo=eggs.gnu.org)
	by lists.gnu.org with esmtp (Exim 4.43) id 1PDftg-0006v0-4k
	for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 12:09:15 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <giovanni.ridolfi@yahoo.it>) id 1PDfdy-0002zU-Pf
	for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 11:52:59 -0400
Received: from nm6.bullet.mail.ukl.yahoo.com ([217.146.182.227]:30857)
	by eggs.gnu.org with smtp (Exim 4.71)
	(envelope-from <giovanni.ridolfi@yahoo.it>) id 1PDfdy-0002zH-GI
	for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 11:52:58 -0400
In-Reply-To: <4CD17AEE.8060500@infomuse.net> (Kristina Spurgin's message of
	"Wed, 03 Nov 2010 11:08:30 -0400")
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <http://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=subscribe>
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: kristina@infomuse.net
Cc: emacs-orgmode@gnu.org

Kristina Spurgin <kristina@infomuse.net> writes:

 Hi, Kristina,
>
> I'm running into a problem with todo keywords.

what's the value of org-todo-keywords ?

C-h v org-todo-keywords

In my setup: Its value is 
((sequence "TODO" "DONE"))

You can change the value of the variable in 
a "per file" basis

#+TODO: TODO FEEDBACK VERIFY | DONE CANCELED

(manual: Setting up keywords for individual files)

or globally in  your .emacs

 (setq org-todo-keywords
           '((sequence "TODO" "|" "DONE")
             (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED")
             (sequence "|" "CANCELED")))

(manual: Multiple keyword sets in one file)

> It is as though WAITING isn't recognized as a todo keyword. 

Have you changed the value of TODO's and pressed C-c C-c on the 

#+TODO: 

line?

Did you run the command "M-x org-mode-restart" after changing
the value of TODO?

Could you, please, post a minimal file as an example of this strange
behaviour?,  
Please post a *complete file* with all the #+ lines, and also
the value of org-todo-keywords.

cheers,
Giovanni