From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: make doc fails on current head Date: Fri, 1 Jun 2012 10:05:16 +0200 Message-ID: References: <87d35jo4kx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaMrM-0003Mi-69 for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 04:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaMrH-0005TE-Pc for emacs-orgmode@gnu.org; Fri, 01 Jun 2012 04:05:23 -0400 In-Reply-To: <87d35jo4kx.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: Bastien Cc: Org Mode Mailing List Hi Bastien On Fri, Jun 1, 2012 at 9:48 AM, Bastien wrote: > So what does @@#$2 really means? =A0Does the first "@" stand for "This is > a field coordinate" yes > and the rest for the coordinates range itself? it is not a range, but as "@# and $# can be used to get the row or column number of the field where the formula result goes" it will evaluate to @1$2, @2$2 and so on. I tried to be brief in the manual but there are more examples on Worg: "Field coordinates in formulas (@# and $#)" http://orgmode.org/worg/org-hacks.html#field-coordinates-in-formulas Michael