From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG in reference by ID to remote table (was Re: org babel question: reference tables in remote file) Date: Fri, 30 May 2014 15:44:54 +0200 Message-ID: <87wqd38jop.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqN7Q-0002uN-ED for emacs-orgmode@gnu.org; Fri, 30 May 2014 09:45:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqN7E-00022V-Kw for emacs-orgmode@gnu.org; Fri, 30 May 2014 09:45:12 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:44638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqN7E-00022G-9i for emacs-orgmode@gnu.org; Fri, 30 May 2014 09:45:00 -0400 Received: by mail-we0-f169.google.com with SMTP id u56so2056032wes.14 for ; Fri, 30 May 2014 06:44:59 -0700 (PDT) In-Reply-To: (William Henney's message of "Sun, 27 Apr 2014 23:24:12 -0500") 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: William Henney Cc: Arun Persaud , emacs-orgmode Hi William, William Henney writes: > There is an apparent bug when using the ID property to refer to cells > in remote tables, which is currently the only way to refer to a table > in an external file. One way to deal with this is to set (setq org-table-use-standard-references nil) Since the default value for the variable is not nil, we could also consider preventing the conversion in remote(...) formulas. What do you think? -- Bastien