From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: comment trees in 8.3 Date: Sat, 08 Aug 2015 11:22:12 +0200 Message-ID: <87io8qb0e3.fsf@nicolasgoaziou.fr> References: <87vbct9ia9.fsf@kmlap.domain.org> <87egjgey9f.fsf@nicolasgoaziou.fr> <877fp7fr9i.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO0J0-0002OD-R2 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 05:20:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO0Ix-0001ZZ-KP for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 05:20:42 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:32963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO0Ix-0001ZN-ET for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 05:20:39 -0400 In-Reply-To: (Samuel Wales's message of "Fri, 7 Aug 2015 13:30:23 -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: Kyle Meyer , emacs-orgmode@gnu.org Samuel Wales writes: > ok, then i don't understand the code. (i thought that was how it > determined whether it was a commented headline to skip.) (it's nil > but commented headers show.) My bad. I misread your question. It should be non-nil, indeed. What is the return value of (org-in-commented-heading-p) on your pseudo-commented headlines? Regards,