emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-table: Reference *one* cell below a hline?


From: Nick Dokos
Subject: Re: [O] org-table: Reference *one* cell below a hline?
Date: Thu, 05 Jun 2014 11:49:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

James Harkins <address@hidden> writes:

> On Friday, May 30, 2014 7:50:39 PM HKT, Bastien wrote:
>> James Harkins <address@hidden> 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(@address@hidden)
>>
>> 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? 
>
> Org-version says "Org-mode version 8.2.5f (release_8.2.5f-518-gd74205
> @ /home/dlm/share/org-mode.git/lisp/)" -- the latest commit in my
> working environment is af6f14d9. And, "This is GNU Emacs 23.3.1
> (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)."
>
> If assigning to an hline-relative reference is not supported, would it
> be a valid feature request?
>

Not sure how hard it would be to implement, but at least in this
particular case (getting to the last row or the last few rows of the
table), I'd recommend against using hlines as a reference: use @>, @>>,
etc.  instead.

Do you have a need for an hline-relative reference somewhere in the
middle of a table?

Nick






reply via email to

[Prev in Thread] Current Thread [Next in Thread]