emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Referencing elemts of a table


From: Michael Brand
Subject: Re: [O] Referencing elemts of a table
Date: Tue, 7 Jun 2011 19:22:29 +0200

Hi Karl

You need additionally $# from "Field coordinates in formulas" described here:
http://orgmode.org/manual/References.html#References
and Calc vector subscript:
#+TBLFM: @2 = subscr(remote(orgtblA, @address@hidden), $#)

Michael

On Tue, Jun 7, 2011 at 17:55, Karl Voit <address@hidden> wrote:
> I want to define "orgtblB line 2 (row 1 to 6)" should contain the
> values "from orgtblA, last line, row 2 to 7".
>
> I tried
>
>    #+TBLFM: @2=remote(orgtblA,@address@hidden)
>
> and
>
>    #+TBLFM: @address@hidden(orgtblA,@address@hidden)
>
> but that results in a list of 6x 5 values in each field in row 2.
>
> Here is an example of my org-tbl-reference-problem:
> http://paste.grml.org/462/



reply via email to

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