From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Tables: remote reference fails with umlaut (and in other cases) Date: Tue, 19 Jan 2016 20:04:50 +0100 Message-ID: References: <2016-01-19T14-08-22@devnull.Karl-Voit.at> <877fj5eh8f.fsf@delle7240.chemeng.ucl.ac.uk> <2016-01-19T16-25-22@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLbaJ-00072L-NS for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 14:04:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLbaF-00079S-QS for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 14:04:55 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:38410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLbaF-00079H-KJ for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 14:04:51 -0500 Received: by mail-wm0-x235.google.com with SMTP id b14so186975658wmb.1 for ; Tue, 19 Jan 2016 11:04:51 -0800 (PST) In-Reply-To: <2016-01-19T16-25-22@devnull.Karl-Voit.at> 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: Org Mode Hi Karl On Tue, Jan 19, 2016 at 4:29 PM, Karl Voit wrote: > I never understood the @@#-syntax anyway. On [1] I referenced to [2]. Please see the Org manual for @# and $#. Thus @@#$1 is substituted with @1$1, @2$1, @3$1 etc. depending on the row it is evaluated on. @1$$# becomes @1$1, @1$2 etc. > [1] https://github.com/novoid/org-mode-workshop/blob/master/featureshow/org-mode-teaser.org#1131-referencing-example-with-detailed-explanation Do you remember that some time ago I reminded you about a patch that I had sent you privately to align your above URL with the change about how to copy fields in the Org manual? Michael