From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: inlinetask with :noexport: seems to be exported? Date: Thu, 29 Sep 2016 13:03:36 +0200 Message-ID: <87r383x913.fsf@nicolasgoaziou.fr> References: <87twd0yuin.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpZ7y-0007ZY-9j for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 07:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpZ7r-0006mJ-47 for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 07:03:44 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33356) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpZ7q-0006lH-Uq for emacs-orgmode@gnu.org; Thu, 29 Sep 2016 07:03:39 -0400 In-Reply-To: (Rainer M. Krug's message of "Thu, 29 Sep 2016 09:06:05 +0200") 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" To: Rainer M Krug Cc: emacs orgmode-mailinglist Hello, Rainer M Krug writes: > OK - your example works, but the following doesn't: > > * Foo > > Foo > > *************** TODO :noexport: Bar *************** END > > Effectively, it is exported if the inline task has ho header text. This is because your syntax is invalid. You cannot have a headline without text but with tags. :noexport: is treated as the headline (or inlinetask) text. You can add a space entity, e.g., \nbsp{}, to work around the problem. Regards, -- Nicolas Goaziou