[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] make doc fails on current head
From: |
Michael Brand |
Subject: |
Re: [O] make doc fails on current head |
Date: |
Fri, 1 Jun 2012 10:05:16 +0200 |
Hi Bastien
On Fri, Jun 1, 2012 at 9:48 AM, Bastien <address@hidden> wrote:
> So what does @@#$2 really means? Does 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