From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Re: recalculate tables Date: Thu, 25 Aug 2016 14:12:27 +0200 Message-ID: <20160825121227.GB4165@cardamom.adamsinfoserv.com> References: <87mvk12iu7.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bctXD-0005rs-3V for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 08:13:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bctX9-0000S8-U6 for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 08:13:27 -0400 Received: from nov-007-i514.relay.mailchannels.net ([46.232.183.68]:39191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bctX7-0000Fa-7Z for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 08:13:23 -0400 Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 1D17320A70 for ; Thu, 25 Aug 2016 12:12:33 +0000 (UTC) Received: from kefka.asoshared.com (ip-10-229-10-199.us-west-2.compute.internal [10.229.10.199]) by relay.mailchannels.net (Postfix) with ESMTPA id 9B40921CC2 for ; Thu, 25 Aug 2016 12:12:31 +0000 (UTC) Received: from 5ed25635.cm-7-3b.dynamic.ziggo.nl ([94.210.86.53]:20102 helo=localhost) by kefka.asoshared.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA256:128) (Exim 4.87) (envelope-from ) id 1bctWI-0000iq-63 for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 08:12:30 -0400 Content-Disposition: inline In-Reply-To: <87mvk12iu7.fsf@luisa.c0t0d0s0.de> 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" To: emacs-orgmode@gnu.org This doesn't update either (C-u C-c *): |---+-------+---+---| | 1 | derp | 3 | 3 | | 2 | derp2 | 5 | | |---+-------+---+---| | | | | 0 | #+TBLFM: $4=$1*$3 I'd been working with these recently and discovered sometimes it wasn't updating... I hadn't gotten an MWE though so based on yours I composed a few. I'm on an ancient Org 7.8.10, so its been around a while. On Thu, Aug 25, 2016 at 01:23:12PM +0200, Michael Welle wrote: > Hello, > > in a table like the following C-u M-x org-table-recalculate fills the > third column as expected: > > |---+---+----| > | 3 | 4 | | > #+TBLFM: $3=$2-$1 > > > But if the table finishes with a line, that doesn't work anymore: > > |---+---+----| > | 3 | 4 | | > |---+---+----| > #+TBLFM: $3=$2-$1 > > > Then if I change the table to the following, recalculation works again: > > | | | | > |---+---+----| > | 3 | 4 | | > |---+---+----| > #+TBLFM: $3=$2-$1 > > Is that intended behaviour? > > Regards > hmw > ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3