Tables: Implement last-row references.
commitdadc9a1af14bc81272b363fc1fd86c5763d34725
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 19 Dec 2008 17:28:58 +0000 (19 18:28 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 19 Dec 2008 17:28:58 +0000 (19 18:28 +0100)
tree83aa86123b1a70b7a2bd651521b44377c1441cce
parent14ef6932e472916cb4d7d5a44934ec70a7bd6d2a
Tables:  Implement last-row references.

After the failed implementation of `@0' as a reference for the last
line, this is a second attempt to provide such references.  I would
have liked to allow `@last' as the reference, that would have been
beautiful.  However, too many regular expressions directly search for
`@' followed by a number, so this is too hard to implement.

Therefore, I am now turning the last row into a row of implicitly
named fields.  From now on, $LR1, $LR2,... can be used to refer to
fields in the last row.  These names may also appear on the left hand
side of formulas.
doc/ChangeLog
doc/org.texi
lisp/ChangeLog
lisp/org-table.el