From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: making flexible table formulas Date: Tue, 1 Mar 2011 08:49:40 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=48169 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuG7h-00044g-M7 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 22:19:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuG7g-0005Fy-Q4 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 22:19:41 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:44493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuG7g-0005Fs-M9 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 22:19:40 -0500 Received: by iwl42 with SMTP id 42so5043357iwl.0 for ; Mon, 28 Feb 2011 19:19:40 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Nick Dokos wrote: > Of course it's reasonable - and of course, org implements it > #+TBLFM: $LR2=vsum(@1..@-1) Thanks Nick I can use that. But I dont understand it. What's the -1? The manual says -- relative to 'current' column. What determines 'current?' There must be some obvious POV which I am missing...