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 16:17:23 -0400 Message-ID: <6sw6c7a8r1a0q4.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrtdY-0006iX-CK for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 16:17:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrtdV-0002V6-6M for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 16:17:28 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:58146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrtdU-0002Uu-TV for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 16:17:25 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 52EF120B0C for ; Thu, 29 Oct 2015 16:17: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: > > [...] > >> 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. Thanks, Kyle. I just tried saving one of my "real" org files as test.org, and repeated the experiment with the minimal config, and it FAILED ... the NOTE headings did not show up. I also tried saving the simple test.org file in my regular org files folder, and it FAILED again. So I can't isolate either the emacs setup file or the org file itself. -pd