From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: inlinetask with :noexport: seems to be exported? Date: Wed, 28 Sep 2016 16:21:52 +0200 Message-ID: <87twd0yuin.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpFkD-0002Rm-6x for emacs-orgmode@gnu.org; Wed, 28 Sep 2016 10:21:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpFkC-0006JN-7s for emacs-orgmode@gnu.org; Wed, 28 Sep 2016 10:21:57 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpFkC-0006Ij-1o for emacs-orgmode@gnu.org; Wed, 28 Sep 2016 10:21:56 -0400 In-Reply-To: (Rainer M. Krug's message of "Wed, 28 Sep 2016 16:03:34 +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: > I wanted to define some inlinetask (works - love it) but want to keep > most of them in the org file and not export them. Adding :noexport: does > not work. FWIW, I cannot reproduce it. I tested with the following document, after evaluating (require 'org-inlinetask). --8<---------------cut here---------------start------------->8--- * Foo Foo *************** Begin :noexport: Bar *************** END --8<---------------cut here---------------end--------------->8--- Regards, -- Nicolas Goaziou