Carsten Dominik <carsten.domi...@gmail.com> wrote:

> 
> 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)
> 

Both of these and Christian's multiplication table are great
examples. Thanks!

One nit: symmetry dictates that $L should be the last column, but it
isn't.  Trying @2$2..@L$11 in Christian's example works fine, but
@2$2..@L$L changes the first column to all zeroes (not sure why).

Thanks,
Nick

-- 
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