From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug] New LaTeX exporter ignoring noexport Date: Sun, 06 May 2012 22:25:07 +0200 Message-ID: <87aa1lgiqk.fsf@gmail.com> References: <87ipg913ie.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SR83p-0002V8-U4 for emacs-orgmode@gnu.org; Sun, 06 May 2012 16:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SR83o-00082Y-34 for emacs-orgmode@gnu.org; Sun, 06 May 2012 16:28:05 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:48731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SR83n-00082I-Qi for emacs-orgmode@gnu.org; Sun, 06 May 2012 16:28:04 -0400 Received: by wibhj13 with SMTP id hj13so2205107wib.12 for ; Sun, 06 May 2012 13:28:01 -0700 (PDT) In-Reply-To: <87ipg913ie.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Sun, 06 May 2012 22:03: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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Hello, Andreas Leha writes: > for me the new latex exporter seems to ignore the :noexport: tag with > regard to source block execution. > > If I export this example, both source blocks get evaluated. :noexport: isn't a directive that Babel recognizes. As a consequence, a :noexport: tag won't prevent a source block from being executed. There are other ways to specify it at the Babel level, though. On the other hand, a :noexport: tag prevents a subtree from being published, which is what happens here, as far as I can tell. Therefore, I don't qualify this as a bug. Regards, -- Nicolas Goaziou