From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: comment trees in 8.3 Date: Thu, 06 Aug 2015 00:01:50 -0400 Message-ID: <87vbct9ia9.fsf@kmlap.domain.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNCNR-0002iG-EF for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 00:01:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNCNO-0002cn-97 for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 00:01:57 -0400 Received: from mail-qg0-f49.google.com ([209.85.192.49]:34167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNCNO-0002bG-5g for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 00:01:54 -0400 Received: by qgeg42 with SMTP id g42so8390744qge.1 for ; Wed, 05 Aug 2015 21:01:53 -0700 (PDT) In-Reply-To: (Samuel Wales's message of "Wed, 5 Aug 2015 20:32:32 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales wrote: > git maint -> new git maint caused this. > > On 8/5/15, Samuel Wales wrote: >> agenda shows them. >> >> org-agenda-skip-comment-trees is non-nil. I can't reproduce this running emacs -Q with the current master (b5f5d66) and Emacs 24.5.1 using the following test file as the sole agenda file. * TODO yes DEADLINE: <2015-08-05 Wed> * TODO COMMENT no DEADLINE: <2015-08-05 Wed> Running org-agenda-list shows only the 'yes' heading. Setting org-agenda-skip-comment-trees to nil and running again shows both. -- Kyle