From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-table: Reference *one* cell below a hline? Date: Fri, 30 May 2014 13:50:39 +0200 Message-ID: <87bnuflc34.fsf@bzg.ath.cx> References: <98c75e11-5722-4f88-8bc3-56cb12f99ac3@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqLKq-0002m8-4u for emacs-orgmode@gnu.org; Fri, 30 May 2014 07:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqLKg-0001Nd-AC for emacs-orgmode@gnu.org; Fri, 30 May 2014 07:50:56 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:61553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqLKg-0001NH-0J for emacs-orgmode@gnu.org; Fri, 30 May 2014 07:50:46 -0400 Received: by mail-we0-f175.google.com with SMTP id p10so1837504wes.6 for ; Fri, 30 May 2014 04:50:45 -0700 (PDT) In-Reply-To: <98c75e11-5722-4f88-8bc3-56cb12f99ac3@dewdrop-world.net> (James Harkins's message of "Thu, 29 May 2014 17:22:58 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James Harkins Cc: orgmode Hi James, James Harkins writes: > I have this: > > | Section | Seconds | > |----------+---------| > | Theme | 54 | > | 12/8 | 80 | > | 6/8 | 66 | > | Clarinet | 116 | > | Oboe | 89 | > | Bassoon | 60 | > |----------+---------| > | | | > > #+TBLFM: @II+1$2=vsum(@I$2..@II$2) > > After calculation (C-u C-u C-c *), I expected: When I run this from master, I get this user-error: "Can't assign to hline relative reference" which implies that hline relative references are not supported here. Don't you get this error? What version of Org and Emacs are you running? -- Bastien