From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: org-table: Reference *one* cell below a hline? Date: Thu, 05 Jun 2014 11:18:50 +0800 Message-ID: <8da8b453-a66b-43cd-a36f-246f7a80f254@dewdrop-world.net> References: <98c75e11-5722-4f88-8bc3-56cb12f99ac3@dewdrop-world.net> <87bnuflc34.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsOD2-00060w-9i for emacs-orgmode@gnu.org; Wed, 04 Jun 2014 23:19:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsOCt-0001Lp-8Y for emacs-orgmode@gnu.org; Wed, 04 Jun 2014 23:19:20 -0400 In-Reply-To: <87bnuflc34.fsf@bzg.ath.cx> 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: Bastien Cc: orgmode On Friday, May 30, 2014 7:50:39 PM HKT, Bastien wrote: > James Harkins writes: >> I have this: >>=20 >> | Section | Seconds | >> |----------+---------| >> | Theme | 54 | >> | 12/8 | 80 | >> | 6/8 | 66 | >> | Clarinet | 116 | >> | Oboe | 89 | >> | Bassoon | 60 | >> |----------+---------| >> | | | >>=20 >> #+TBLFM: @II+1$2=3Dvsum(@I$2..@II$2) > > 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?=20= Org-version says "Org-mode version 8.2.5f (release_8.2.5f-518-gd74205 @=20 /home/dlm/share/org-mode.git/lisp/)" -- the latest commit in my working=20 environment is af6f14d9. And, "This is GNU Emacs 23.3.1=20 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)." If assigning to an hline-relative reference is not supported, would it be a=20= valid feature request? hjh