From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?b?QW5kcsOhcw==?= Major Subject: Re: Bug: :noexport: tag prevents table functioning as babel code block input [7.7 (release_7.7.167.gfceb)] Date: Tue, 23 Aug 2011 15:12:35 +0000 (UTC) Message-ID: References: <87pqjwfb0b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvseq-0005vl-77 for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 11:12:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qvsep-0006fu-8e for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 11:12:52 -0400 Received: from lo.gmane.org ([80.91.229.12]:47198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvsep-0006fq-10 for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 11:12:51 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qvsem-00037a-Tm for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 17:12:48 +0200 Received: from dslb-092-074-177-167.pools.arcor-ip.net ([92.74.177.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Aug 2011 17:12:48 +0200 Received: from andras.g.major by dslb-092-074-177-167.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Aug 2011 17:12:48 +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: emacs-orgmode@gnu.org Hi Eric, > This is the first time I've seen a tag applied to a table. I've updated > the results regular expression so that it will now admit examples like > yours above. Please let me know if this doesn't work with the latest > Org-mode. That's good news! Well, the bad news is that it doesn't work. I've just pulled the current version (release_7.7.174.g63fae) and now the behaviour is different: - :noexport: in the #+tblname: has no effect. - The :noexport: tag in a section including the table still has the same effect as before: table1 is not available as an input to the code block. - There are certain subtleties which I will report separately as they probably were there before and are unrelated, I just never bumped into them. AndrĂ¡s