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 15:49:07 -0400 Message-ID: <87h9l9mp58.fsf@kyleam.com> References: <6sw6c7k2q5a3ec.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrtCG-0001Ht-9Y for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 15:49:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrtCC-0003bW-RD for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 15:49:16 -0400 Received: from mail-qg0-x22c.google.com ([2607:f8b0:400d:c04::22c]:36181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrtCC-0003bR-K7 for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 15:49:12 -0400 Received: by qgad10 with SMTP id d10so44015378qga.3 for ; Thu, 29 Oct 2015 12:49:12 -0700 (PDT) In-Reply-To: <6sw6c7k2q5a3ec.fsf@pfdstudio.com> (Peter Davis's message of "Thu, 29 Oct 2015 15:19:39 -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: [...] > Hmmm. It worked in the minimal case, but still doesn't work in my > normal environment. Well that gives you something to go on. I'd recommend looking for parts of your normal Org configuration that seem like they could affect this and dumping small bits into the minimal config from above to see if any result in NOTE not being listed. $ emacs -Q -l --visit /tmp/test.org -f org-todo-list Or, if nothing stands out to you as suspicious, you could use a binary search approach, similar to what git bisect does. But the details of doing that would depend on how your config files are organized. -- Kyle