From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Tables: remote reference fails with umlaut (and in other cases) Date: Tue, 19 Jan 2016 14:10:51 +0100 Message-ID: <2016-01-19T14-08-22@devnull.Karl-Voit.at> Reply-To: Karl Voit Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLW3z-0001SK-KP for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 08:11:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLW3u-0006c4-Kz for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 08:11:11 -0500 Received: from plane.gmane.org ([80.91.229.3]:40337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLW3u-0006bx-EW for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 08:11:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aLW3q-0008MW-Kp for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 14:11:02 +0100 Received: from friends.grml.info ([136.243.234.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jan 2016 14:11:02 +0100 Received: from news1142 by friends.grml.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jan 2016 14:11:02 +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: emacs-orgmode@gnu.org 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übar | | fooßbar | | 1er | | 23,42 | | 23.42 | | Result | Expected Result | Comparison | |----------+-----------------+----------------| | foobar | foobar | OK | | #ERROR | fooübar | fail | | #ERROR | fooßbar | fail | | er | 1er | fail | | 23.42 | 23.42 | OK | | (23, 42) | 23,42 | probably fail? | #+TBLFM: $1=remote(2016-01-19-srctbl,@@#$1) Thanks for clearing things up! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github