From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: problem with remote tables Date: Sat, 19 Sep 2009 11:21:19 +0200 Message-ID: <20090919112119.60bccd36@rechenknecht.site> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mow93-0003tt-8b for emacs-orgmode@gnu.org; Sat, 19 Sep 2009 05:22:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mow8y-0003st-8u for emacs-orgmode@gnu.org; Sat, 19 Sep 2009 05:22:16 -0400 Received: from [199.232.76.173] (port=34763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mow8y-0003sq-2C for emacs-orgmode@gnu.org; Sat, 19 Sep 2009 05:22:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:50733) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mow8x-0007h2-L5 for emacs-orgmode@gnu.org; Sat, 19 Sep 2009 05:22:11 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mow8r-0007QE-NT for emacs-orgmode@gnu.org; Sat, 19 Sep 2009 11:22:05 +0200 Received: from e176079013.adsl.alicedsl.de ([85.176.79.13]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Sep 2009 11:22:05 +0200 Received: from detlef.steuer by e176079013.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Sep 2009 11:22:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! I (or current org-mode) seem to have a problem with remote tables. A table summing up a few numbers from remote tables stopped working yesterday with current git-orgmode. A minimal example for the beheaviour I see is given below: | total | gefahren | remote(OTHER, Kosten) | pro Tag | | | | Kosten | | pro Tag | | |-------+----------+-----------------------+---------+---| #+TBLFM: @1$3=remote(OTHER,@2$2) #+TBLNAME: OTHER | Manufaktur T50 | | | | 100 | I expected to see 100 in the field with formula @1$3=remote(OTHER,@2$2), but it seems to include field 2,2 of the upper table, so the "remote" part is ignored. Did usage of remote tables change? If so, I could not find it in the documentation. Thank you in advance detlef