From mboxrd@z Thu Jan 1 00:00:00 1970 From: zenlines@gmail.com Subject: table references in org-babel AND latex Date: Tue, 16 Jul 2013 22:00:55 +0200 Message-ID: <51E5A677.7010904@gmail.com> References: <5187AEA7.6090702@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzBX9-0006is-L9 for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 16:07:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzBX6-00063m-RY for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 16:07:39 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:39932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzBQg-0002cV-Ru for emacs-orgmode@gnu.org; Tue, 16 Jul 2013 16:00:58 -0400 Received: by mail-ea0-f177.google.com with SMTP id j14so595709eak.8 for ; Tue, 16 Jul 2013 13:00:57 -0700 (PDT) Received: from ?IPv6:2001:620:d:4252:e4c2:4aa8:db82:2611? ([2001:620:d:4252:e4c2:4aa8:db82:2611]) by mx.google.com with ESMTPSA id b3sm5236196eev.10.2013.07.16.13.00.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 13:00:56 -0700 (PDT) In-Reply-To: <5187AEA7.6090702@gmail.com> 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 There, it might be nice to include documentation about table references in org-babel AND latex, i.e.: +begin_example numbers in table [[tab:Table]] are important. #+CAPTION: Description of system #+NAME: tab:Table | Code | |------| | 1 | | 2 | | 4 | | 8 | | 16 | | 32 | | 64 | | 128 | | NaN | #+begin_src R :session :var FlaggingTable=tab:FlaggingTable :results silent :eval no-export write.csv(FlaggingTable, file=file.path(doc.dir, "FlaggingTable.csv")) #+end_src Won't work, but #+begin_src R :session :var FlaggingTable="tab:FlaggingTable" :results silent :eval no-export write.csv(FlaggingTable, file=file.path(doc.dir, "FlaggingTable.csv")) #+end_src will! +end_example Maybe I missed something somewhere, it would be nice to see it as a footnote, to keep others sane :). Best, Brian GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) of 2013-05-15 on DDM03958 Org-mode version 8.0.5 (8.0.5-6-g426917-elpa @ ~/.emacs.d/elpa/org-20130708/)