Don't know if this is fixed in a later org update, but -- the online org manual 
says that you can refer to table cells in the current row or column using @0 
and $0 respectively, but that's definitely not working on my machine.

** Works
| 1.0 |
| 2.0 |
|  3. |
#+TBLFM: @>$1=vsum(@1..@2)

** Broken: "Not in table data field"
| 1.0 |
| 2.0 |
|     |
#+TBLFM: @>$1=vsum(@1$0..@2$0)

It's not a critical issue because it does work to omit $0 -- so my immediate 
problem is solved (getting the sum to calculate). But it costs a little extra 
time because either a/ the manual is wrong or b/ $0 is supposed to work and 
there's a bug.

Thanks,
James


--
James Harkins /// dewdrop world
jamshar...@dewdrop-world.net
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks

Reply via email to