From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: recalculate tables Date: Thu, 25 Aug 2016 16:46:07 +0200 Message-ID: <8737ls29g0.fsf@saiph.selenimh> References: <87mvk12iu7.fsf@luisa.c0t0d0s0.de> <20160825121227.GB4165@cardamom.adamsinfoserv.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcvv3-0006f7-69 for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 10:46:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bcvux-0004Tj-9c for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 10:46:12 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bcvux-0004TT-2B for emacs-orgmode@gnu.org; Thu, 25 Aug 2016 10:46:07 -0400 Received: from saiph.selenimh (unknown [IPv6:2a03:a0a0:0:4301::b3c]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 2FB391720ED for ; Thu, 25 Aug 2016 16:46:06 +0200 (CEST) In-Reply-To: <20160825121227.GB4165@cardamom.adamsinfoserv.com> (Russell Adams's message of "Thu, 25 Aug 2016 14:12:27 +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, Russell Adams writes: > 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. It may be related to the fact that the first row group is considered as a table header. Column formulas do not apply on these headers. See first paragraph in (info "(org) Column formulas"). Regards, -- Nicolas Goaziou