From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: make doc fails on current head Date: Fri, 1 Jun 2012 09:45:56 -0400 Message-ID: References: <87d35jo4kx.fsf@gnu.org> <6382.1338538467@alphaville> <87bol3fawp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaSB5-0007n4-48 for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 09:46:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaSAy-0005Qu-Us for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 09:46:06 -0400 In-Reply-To: <87bol3fawp.fsf@gnu.org> 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: Org Mode Mailing List Cc: Bastien , Michael Brand , nicholas.dokos@hp.com I can confirm it's fixed And thanks for the answer, hadn't realized you could use @# and $# for references. On Fri, Jun 1, 2012 at 8:56 AM, Bastien wrote: > Nick Dokos writes: > >> Bastien wrote: >> >> >>> So what does @@#$2 really means? =C2=A0Does the first "@" stand for "Th= is is >>> a field coordinate" and the rest for the coordinates range itself? >> >> @# is the current row number, so @@#$2 is a reference to the current row= , >> second column. > > Got it, thanks to you and Michael for the detailed answers. > > -- > =C2=A0Bastien >