From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hannon Subject: How to apply multiple TBLFM rules? Date: Mon, 7 May 2012 15:00:54 -0700 (PDT) Message-ID: <1336428054.18057.YahooMailNeo@web161903.mail.bf1.yahoo.com> Reply-To: Michael Hannon Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRVzG-0000Xu-B5 for emacs-orgmode@gnu.org; Mon, 07 May 2012 18:00:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRVzE-0006up-BL for emacs-orgmode@gnu.org; Mon, 07 May 2012 18:00:57 -0400 Received: from nm4-vm0.bullet.mail.bf1.yahoo.com ([98.139.213.129]:42115) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SRVzE-0006uY-2l for emacs-orgmode@gnu.org; Mon, 07 May 2012 18:00:56 -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: Org-Mode List Greetings.=A0 I'm having difficulty applying multiple formula expressions t= o an=0AOrg-mode table.=A0 For example, if I start with:=0A=0A=A0=A0=A0 #+TB= LNAME: test=0A=A0=A0=A0 | 1 | 2 |=A0=A0=A0=A0 |=0A=A0=A0=A0 | 4 | 5 |=A0=A0= =A0=A0 |=0A=A0=A0=A0 | 7 | 8 |=A0 9 |=0A=A0=A0=A0 #+TBLFM: @1$3=3D'(+ 10 7)= =0A=A0=A0=A0 #+TBLFM: @2$3=3D'(+ 11 9)=0A=0Aand then position the cursor on= the first TBLFM line and hit C-c C-c, I get:=0A=0A=A0=A0=A0 #+TBLNAME: tes= t=0A=A0=A0=A0 | 1 | 2 | 17 |=0A=A0=A0=A0 | 4 | 5 |=A0=A0=A0=A0=A0 |=0A=A0= =A0=A0 | 7 | 8 |=A0 9=A0 |=0A=A0=A0=A0 #+TBLFM: @1$3=3D'(+ 10 7)=0A=A0=A0= =A0 #+TBLFM: @2$3=3D'(+ 11 9)=0A=0AI thought that doing this should apply a= ll the formulas, but evidently that's=0Anot the case.=A0 In any event, If I= then position the cursor on the second TBLFM=0Aline, I get no response wha= tsoever.=0A=0AIf I reverse the order of the two TBLFM lines, I get the '20'= inserted in the=0Aappropriate place, but the '17' doesn't appear.=0A=0ABTW= , I've tried doing this with formula debugging turned on (C-{), but that=0A= hasn't provided any information that I've been able to use.=0A=0AWhat am I = doing wrong?=A0 (Some details of my configuration are appended.)=0A=0AThank= s,=0A=0A-- Mike=0A=0A$ emacs --version=0AGNU Emacs 23.3.1=0A=0AOrg-mode ver= sion 7.8.09 (release_7.8.09-390-gfb7ebd ...=0A=0A$ uname -a=0ALinux 3.3.4-3.fc16.x86_64 #1 SMP Thu May 3 14:46:44 UTC 2012=0Ax86_64= x86_64 x86_64 GNU/Linux