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 15:19:39 -0400 Message-ID: <6sw6c7k2q5a3ec.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrsjh-0004sF-RV for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 15:19:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrsjf-0003fv-5j for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 15:19:45 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:52135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrsjf-0003fg-19 for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 15:19:43 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 60D60200F0 for ; Thu, 29 Oct 2015 15:19:42 -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: > > [...] > >>> 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. Hmmm. It worked in the minimal case, but still doesn't work in my normal environment. -pd