From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Tables: remote reference fails with umlaut (and in other cases) Date: Tue, 19 Jan 2016 15:12:00 +0000 Message-ID: <877fj5eh8f.fsf@delle7240.chemeng.ucl.ac.uk> References: <2016-01-19T14-08-22@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLXxu-0002Do-GB for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 10:13:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLXxp-0004d8-GG for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 10:13:02 -0500 Received: from mail-am1on0137.outbound.protection.outlook.com ([157.56.112.137]:62180 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLXxp-0004Zt-8P for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 10:12:57 -0500 In-Reply-To: <2016-01-19T14-08-22@devnull.Karl-Voit.at> (Karl Voit's message of "Tue, 19 Jan 2016 14:10:51 +0100") 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: Karl Voit Cc: Karl Voit , emacs-orgmode@gnu.org On Tuesday, 19 Jan 2016 at 14:10, Karl Voit wrote: > Hi! > > Either I found a bug when referring to other table rows or I don't > understand the behavior of following example tables. My expectation > was that the first column of the second table is exactly the same as > the first column of the first table: > > #+NAME: 2016-01-19-srctbl > | Testdata | > > |----------| > | foobar | > | foo=C3=BCbar | > | foo=C3=9Fbar | > | 1er | > | 23,42 | > | 23.42 | > > | Result | Expected Result | Comparison | > |----------+-----------------+----------------| > | foobar | foobar | OK | > | #ERROR | foo=C3=BCbar | fail | > | #ERROR | foo=C3=9Fbar | fail | > | er | 1er | fail | > | 23.42 | 23.42 | OK | > | (23, 42) | 23,42 | probably fail? | > > #+TBLFM: $1=3Dremote(2016-01-19-srctbl,@@#$1) > > Thanks for clearing things up! I cannot get this to work either but I do think you want to enclose the remote() within (identity) to copy values and not try to evaluate an expression, as noted in the info page: $1=3D(identity remote(2016-01-19-srctbl,@@#$1)) Also, I don't think you want an indirection using #. But I cannot get this to work so I could be completely off base... --=20 : Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.3-449-gd85ff3