From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte 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 09:47:59 -0600 Message-ID: <87bovgf7tc.fsf@gmail.com> References: <87pqjwfb0b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvtCy-00013x-3E for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 11:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvtCw-00067Q-N0 for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 11:48:08 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:47515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvtCw-00067H-KR for emacs-orgmode@gnu.org; Tue, 23 Aug 2011 11:48:06 -0400 Received: by yxn35 with SMTP id 35so208908yxn.0 for ; Tue, 23 Aug 2011 08:48:05 -0700 (PDT) In-Reply-To: (=?utf-8?Q?=22Andr?= =?utf-8?Q?=C3=A1s?= Major"'s message of "Tue, 23 Aug 2011 15:12:35 +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: =?utf-8?Q?Andr=C3=A1s?= Major Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Andr=C3=A1s Major writes: > 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. > I'm not sure that it is legal to apply tags to tables, so I'm not sure if this is a bug. > > - 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. > Oh, this was actually due to a slightly different issue, which I've just fixed. Specifically the following org-mode file now exports as successfully. --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename=noexport-tag.org * top ** not to be exported :noexport: #+data: something | 0 | | 1 | | 1 | | 2 | | 3 | | 5 | | 8 | ** to be exported #+begin_src emacs-lisp :var fib=something :exports results (car (nth 4 fib)) #+end_src --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > > - 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=C3=A1s > > > --=20 Eric Schulte http://cs.unm.edu/~eschulte/ --=-=-=--