From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Table rows and ranges as LHS of formulas Date: Thu, 3 Mar 2011 14:25:02 -0800 Message-ID: <20110303142502.48e17193@bhishma.homelinux.net> References: <5A22097F-A1F9-480E-B2E5-030CD6493B2F@gmail.com> <878vwx5tgl.fsf@gnu.org> <907667C9-5D38-4DF4-B0CE-BEFEFE40A192@gmail.com> <24402.1299092049@alphaville.dokosmarshall.org> <31535.1299125895@alphaville.dokosmarshall.org> <20110303140151.3737c6a4@bhishma.homelinux.net> <5233.1299190260@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47809 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvGxM-0000oo-3K for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:25:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvGxJ-0005XU-Aq for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:25:10 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:57062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvGxJ-0005X7-1d for emacs-orgmode@gnu.org; Thu, 03 Mar 2011 17:25:09 -0500 Received: by fxm5 with SMTP id 5so1913505fxm.0 for ; Thu, 03 Mar 2011 14:25:08 -0800 (PST) In-Reply-To: <5233.1299190260@alphaville.usa.hp.com> 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: nicholas.dokos@hp.com Cc: emacs-orgmode List , Carsten Dominik Hi Nick, On Thu, 03 Mar 2011 17:11:00 -0500 Nick Dokos wrote: > > #+TBLFM: @>$>=vsum(@I..@II);%.2f > > > > It doesn't work. Whereas this does: > > > > ... > > > > #+TBLFM: @5$2=vsum(@I..@II);%.2f > > > > Am I doing something wrong? > > > > I don't think so: I don't see Carsten's change even though I just > pulled, so I guess he has not pushed it yet (or forgot to): > > ... > > commit 8237c9ae6d587a22646333e0315683675e2db538 > Author: Carsten Dominik > Date: Tue Mar 1 09:05:56 2011 +0100 > > Implement table formulas that apply to field ranges, fix minor issues > > * lisp/org-table.el (org-table-fedit-finish): Read more general LHS of formulas. > (org-table-formula-handle-@L): New function to hanle @L references. When I looked at this commit message earlier, I think I misunderstood it. I think you are correct, it hasn't been pushed yet. :) Thanks, -- Suvayu Open source is the future. It sets us free.