From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Referencing elemts of a table Date: Tue, 7 Jun 2011 17:55:10 +0200 Message-ID: <2011-06-07T17-53-32@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTyhO-0008Ju-TX for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 12:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTyhM-0003HE-VX for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 12:00:10 -0400 Received: from lo.gmane.org ([80.91.229.12]:34291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTyhM-0003Gw-Hi for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 12:00:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QTyhL-000605-BF for emacs-orgmode@gnu.org; Tue, 07 Jun 2011 18:00:07 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jun 2011 18:00:07 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Jun 2011 18:00:07 +0200 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: emacs-orgmode@gnu.org Hi! 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,@2$2..@2$7) and #+TBLFM: @2$1..@2$6=remote(orgtblA,@2$2..@2$7) 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/ Thanks for your help! -- Karl Voit