From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Table Formula: Update column, then update value Date: Thu, 11 Sep 2014 19:21:57 +0100 Message-ID: <87lhpq6mre.fsf@ucl.ac.uk> References: <87oaum6yvh.fsf@gmail.com> <87a9668c20.fsf@ucl.ac.uk> <87tx4exlc8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS90V-0000c2-4B for emacs-orgmode@gnu.org; Thu, 11 Sep 2014 14:22:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XS90M-0003Cq-Py for emacs-orgmode@gnu.org; Thu, 11 Sep 2014 14:22:11 -0400 Received: from mail-am1on0130.outbound.protection.outlook.com ([157.56.112.130]:64799 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XS90M-0003CA-II for emacs-orgmode@gnu.org; Thu, 11 Sep 2014 14:22:02 -0400 In-Reply-To: <87tx4exlc8.fsf@gmail.com> (Tory S. Anderson's message of "Thu, 11 Sep 2014 10:50:31 -0400") 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: "Tory S. Anderson" Cc: orgmode list --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thursday, 11 Sep 2014 at 10:50, Tory S. Anderson wrote: > When I apply the formula=20 > > #+TBLFM: $4=3D$3*$2::$hrs=3Dvsum(@I..II)::$ttl=3Dvsum(@I..II) > It doesn't give me any errors, but it also doesn't do anything to > $4. So if I change one of my hour amounts, the "hrs" field will update > appropriately, but not the "cost" field, which remains unchanged. It > appears that the initial formula is not doing anything. > > Org-mode version 8.2.7c (8.2.7c-61-g4b9146-elpa You are correct. I get the same behaviour. Definitely a bug. If you remove the last line (with labels) and replace the last row formulae with direct references, it works. #+TBLFM: $4=3D$3*$2::@7$2=3Dvsum(@I..@II)::@7$4=3Dvsum(@I..@II) =20 =2D-=20 : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.1, Org release_8.3beta-320-gb5c9= de --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlQR6EYACgkQyJGT2P/89n25cwCfdOQZKNl0j6H5T1420Sc3yXU0 KMgAn0PH3Quc0goSvK0ScwWq2JXsd3Me =YbaE -----END PGP SIGNATURE----- --=-=-=--