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 14:53:04 -0400 Message-ID: <87mvv1mrqn.fsf@kyleam.com> References: <6sw6c7si4ta904.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsK3-0004cg-Gn for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 14:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrsK0-000556-48 for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 14:53:15 -0400 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:36263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrsJz-00054T-VI for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 14:53:12 -0400 Received: by qgad10 with SMTP id d10so42584805qga.3 for ; Thu, 29 Oct 2015 11:53:11 -0700 (PDT) In-Reply-To: <6sw6c7si4ta904.fsf@pfdstudio.com> (Peter Davis's message of "Thu, 29 Oct 2015 13:18:35 -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: [...] >> Can you reproduce it with emacs -Q and a minimal Org configuration? > > I'm not sure how to do that. You can put something like (add-to-list 'load-path "/path/to/your/org-mode/lisp/") (require 'org) (setq org-todo-keywords '((sequence "NOTE" "APPT" "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED" "CANCELLED"))) (setq org-agenda-files '("/tmp/test.org")) in a file, say org-minconfig.el. And something like * NOTE h1 * TODO h2 in /tmp/test.org. Then, in the same directory as org-minconfig.el, start emacs with $ emacs -Q -l org-minconfig.el --visit /tmp/test.org and see if running "M-x org-agenda T NOTE" lists the NOTE heading. -- Kyle