From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien 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 16:23:17 +0200 Message-ID: <8739gs150t.fsf@altern.org> References: <80mxf0gyi3.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvtZX-0002r6-JC for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 12:11:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvtZS-0003PI-3v for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 12:11:27 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:42353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvtZR-0003Lz-S1 for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 12:11:22 -0400 Received: by mail-ww0-f49.google.com with SMTP id 10so233761wwf.30 for ; Tue, 23 Aug 2011 09:11:21 -0700 (PDT) In-Reply-To: (=?iso-8859-1?Q?=22?= =?iso-8859-1?Q?Andr=E1s?= Major"'s message of "Tue, 23 Aug 2011 11:38:40 +0000 (UTC)") 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: =?iso-8859-1?Q?Andr=E1s?= Major Cc: emacs-orgmode@gnu.org Hi András, András Major writes: >> I'd have expected the noexport tag to be on a section containing the table. > > I forgot to mention in the report that of course I tried that too: if > I place the table and the code in two sections and tag the section > containing the table with :noexport:, the result is exactly the same. I'm not sure I understand -- does it mean that C-cC-c on #+begin_src fails in the example below? ,---- | * Headline :noexport: | | #+tblname: table1 | | n | x | y1 | y2 | | |---+---+-----+------| | | 0 | 1 | 2.0 | 3.0 | | | 1 | 2 | 2.1 | 2.0 | | | 2 | 3 | 2.0 | 0.3 | | | 3 | 4 | 1.0 | 0.6 | | | 4 | 5 | 1.4 | -0.1 | | | 5 | 6 | 1.6 | 1.2 | | | #+begin_src gnuplot :file bug_gnuplot.png :var t=table1 | set size square | plot t u 2:3 w lp, t u 2:4 w lp | #+end_src `---- It works for me. > In my little experience, it work, and I think it's a desirable feature > too. I'm not really keen on creating a section for a table just so > that I can hide it. Tags only have meaning on headlines, whether it's for really tagging the headlines or for (un)selecting them during the export process. If we want export-related function specifically for tables, I'd rather use something like #+export_table: and a list of options. HTH, -- Bastien