From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Adding user-defined task state for agenda Date: Thu, 29 Oct 2015 12:04:21 -0400 Message-ID: <6sw6c77fm5br0a.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrpgi-0006wF-1A for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 12:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrpgf-0001pf-9H for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 12:04:27 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrpgf-0001p0-3b for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 12:04:25 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6E7DF208B6 for ; Thu, 29 Oct 2015 12:04:24 -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: Kyle Meyer Cc: emacs-orgmode@gnu.org Kyle Meyer writes: > Peter Davis writes: > >> 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. > > Is the Org heading above in one of your agenda files or in a file that > you've restricted the agenda to (e.g, with "<")? Sorry, yes, the heading is in an agenda file. I can see TODOs and DONEs in that file. Thanks, -pd