On 2.3.2011, at 18:21, Bastien wrote:

> Hi Carsten,
> 
> Carsten Dominik <carsten.domi...@gmail.com> writes:
> 
>> Bastien, please let me know if you want to have this integrated
>> before the release, then I will do so.
> 
> Please go ahead!  This looks like a nice addition, thanks for that.

I just pushed it.  The patch I pushed contains another small thing:
you can use @L to mean the last row.  So

    @L=vsum(@I..II)

is now a great way to sum columns in the last row. 
To skip the First column (in case it contains unsummable
labels or so, use

   @L$2..@L@8=vsum(@I..II)

- Carsten


-- 
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to