From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Ismael_Barros=C2=B2?= Subject: Can't import a remote reference to a whole column in orgtbl Date: Fri, 26 Feb 2010 01:43:43 +0100 Message-ID: <82e274891002251643k327135aajea270914244abff7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NkoJ3-0001wr-B3 for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 19:43:49 -0500 Received: from [140.186.70.92] (port=38863 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NkoJ1-0001wN-KL for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 19:43:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NkoJ1-0002oS-05 for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 19:43:47 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:62435) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NkoJ0-0002oA-Os for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 19:43:46 -0500 Received: by bwz19 with SMTP id 19so5232658bwz.26 for ; Thu, 25 Feb 2010 16:43:44 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I'm new to org-mode and orgtbl, please don't hit me too hard with a stick if what I'm asking is retarded :) I'm using org-mode with orgtbl inside a Latex document. I'm making extensive use of remote references to other tables inside the document. If I reference a cell, for example, with "remote(results_par,@2$9)", it works as expected, but if I reference a whole column, with "remote(results_par,$9)", it doesn't work: instead of column 9 from "results_par" table, I get column 9 from the table I'm woking on. Am I doing something wrong or did I stumble with a bug in orgtbl? Any workaround or version that has it fixed? I would *really* appreciate some help, deadlines are crushing me! Regards, and thanks in advance! Ismael