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: kinouchou
Subject: Re: [O] Referencing elemts of a table
Date: Wed, 8 Jun 2011 02:05:51 +0200

Hello,

Do you know if it's possible for a table in another file? Because in the manuel i read it's possible but I don't have result.

(sorry for my english)
Christelle


On Tue, Jun 7, 2011 at 7:22 PM, Michael Brand <address@hidden> wrote:
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]