Tables: Relative row references may now cross hlines
commit2cc99fbb0a1c067235d7425031d8ffddc0668a53
authorCarsten Dominik <carsten.dominik@gmail.com>
Sat, 1 Aug 2009 05:56:26 +0000 (1 07:56 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sat, 1 Aug 2009 05:56:26 +0000 (1 07:56 +0200)
treedb7f51ef99eaea1b718f476fe0c4a75c523ce0c5
parent09cccb22b3ed61d612cfabc850a3cd31e22f14e2
Tables: Relative row references may now cross hlines

A relative row reference like @-1 in a table may now reach across a
horizontal separator line.  I hope this will not break any important
tables out there, but I think it is the right thing to do.

The original reason for not-crossing was to implement running
averages of one column in the next.  This can now be done using field
formulas near the beginning and end of the column, and a column
formula for the central part.

See the variable `org-table-relative-ref-may-cross-hline' for more
details.
doc/org.texi
lisp/ChangeLog
lisp/org-table.el