[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] make doc fails on current head
From: |
Nick Dokos |
Subject: |
Re: [O] make doc fails on current head |
Date: |
Fri, 01 Jun 2012 04:14:27 -0400 |
Bastien <address@hidden> wrote:
> So what does @@#$2 really means? Does the first "@" stand for "This 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. Michael has a couple of nontrivial examples (e.g. transposing
a table) using this facility on worg:
http://orgmode.org/worg/org-hacks.html#field-coordinates-in-formulas-transpose-table
where he is using the current row and current col to form a reference to the
transposed
location:
@address@hidden
"The row whose number is the number of the current column and the column
whose number is the number of the current row".
Nick