From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: comment trees in 8.3 Date: Mon, 10 Aug 2015 14:00:40 +0200 Message-ID: <87k2t3e4k7.fsf@nicolasgoaziou.fr> References: <87vbct9ia9.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOljO-0002RY-Ip for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 07:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOljN-00030E-1X for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 07:59:06 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:47178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOljM-0002z1-Qt for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 07:59:04 -0400 In-Reply-To: (Samuel Wales's message of "Sun, 9 Aug 2015 17:17:36 -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, better testcase below. please ignore last 2 messages. > > complete with code, data, explanation, and steps to reproduce. Reproduced, and fixed. Thank you. > comment: 4 d. ago: TODO COMMENT this one is possibly bad syntax > comment: 4 d. ago: COMMENT TODO no this should not show This is the other way around: - TODO COMMENT is a commented task (i.e., a TODO headline) - COMMENT TODO is a commented headline whose title happens to start with "TODO" Regards,