From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Adding user-defined task state for agenda Date: Thu, 29 Oct 2015 11:37:53 -0400 Message-ID: <6sw6c7eggdbs8e.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrpH7-0005sJ-7t for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 11:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrpH3-0002N6-RV for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 11:38:01 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:59038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrpH3-0002MQ-Kw for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 11:37:57 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 181732010B for ; Thu, 29 Oct 2015 11:37:55 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm trying to add a NOTE state so that I can use agenda to quickly view a list of notes that I've embedded in various documents. I have (setq org-todo-keywords '((sequence "NOTE" "APPT" "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED" "CANCELLED"))) in my .emacs, and I put ** NOTE This is an example of a note. But when I view the agenda, I get this: Global list of TODO items of type: NOTE Available with `N r': (0)[ALL] (1)TODO (2)DONE (3)NOTE (4)APPT (5)CANCELLED (6)FEEDBACK (7)VERIFY (8)DELEGATED and that's all. I can see that there's a NOTE state, but nothing shows up in the list. Have I overlooked something? Thank you! -pd