From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Adding user-defined task state for agenda Date: Thu, 29 Oct 2015 11:50:40 -0400 Message-ID: <87611poer3.fsf@kyleam.com> References: <6sw6c7eggdbs8e.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrpTW-0002gb-KN for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 11:50:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrpTR-0005zj-JN for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 11:50:50 -0400 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:36257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrpTR-0005zY-A1 for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 11:50:45 -0400 Received: by qgad10 with SMTP id d10so37665702qga.3 for ; Thu, 29 Oct 2015 08:50:44 -0700 (PDT) In-Reply-To: <6sw6c7eggdbs8e.fsf@pfdstudio.com> (Peter Davis's message of "Thu, 29 Oct 2015 11:37:53 -0400") 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: Peter Davis Cc: emacs-orgmode@gnu.org 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 "<")? -- Kyle