From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welle Subject: Re: recalculate tables Date: Mon, 29 Aug 2016 06:58:18 +0200 Message-ID: <87lgzgxjbp.fsf@luisa.c0t0d0s0.de> References: <87mvk12iu7.fsf@luisa.c0t0d0s0.de> <20160825121227.GB4165@cardamom.adamsinfoserv.com> <8737ls29g0.fsf@saiph.selenimh> <878tvk3ce3.fsf@luisa.c0t0d0s0.de> <878tvjzjie.fsf@saiph.selenimh> <87fupr60c8.fsf@luisa.c0t0d0s0.de> <87d1ksv63s.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beEeT-0001gH-Fm for emacs-orgmode@gnu.org; Mon, 29 Aug 2016 00:58:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beEeP-0005zZ-CZ for emacs-orgmode@gnu.org; Mon, 29 Aug 2016 00:58:28 -0400 Received: from mout.gmx.net ([212.227.17.22]:59613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beEeP-0005zI-3H for emacs-orgmode@gnu.org; Mon, 29 Aug 2016 00:58:25 -0400 Received: from stella.c0t0d0s0.de ([88.66.7.13]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0M2ojS-1anmv50IQo-00scwT for ; Mon, 29 Aug 2016 06:58:21 +0200 Received: from Stella (stella.c0t0d0s0.de [192.168.42.1]) by stella.c0t0d0s0.de (Postfix) with ESMTP id 7390BC45BB for ; Mon, 29 Aug 2016 06:58:18 +0200 (CEST) In-Reply-To: <87d1ksv63s.fsf@saiph.selenimh> (Nicolas Goaziou's message of "Mon, 29 Aug 2016 01:14:31 +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" To: emacs-orgmode@gnu.org Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> I have a handful of tables like the following: >> >> |---+---+----| >> | 3 | 4 | | >> |---+---+----| >> #+TBLFM: $3=$2-$1 >> >> I don't add data to them very frequently. But since they all have the >> third column filled, I think recalculating had worked in tables formated >> like that before. >> >> If you give me a week or so I will try to find the change set that >> introduced the current behaviour. > > I think I found the culprit. Org is hopefully back to its initial > behaviour. Thank you. wow, that was fast. Thank you very much, Nicolas. Regards hmw