From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: table formula w/o calc Date: Fri, 15 Dec 2006 12:50:27 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvI8c-0001Sx-Ur for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 13:50:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvI8c-0001Rf-4v for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 13:50:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvI8c-0001RO-1H for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 13:50:30 -0500 Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvI8b-0000QL-G8 for emacs-orgmode@gnu.org; Fri, 15 Dec 2006 13:50:30 -0500 Received: by ug-out-1314.google.com with SMTP id j3so1068112ugf for ; Fri, 15 Dec 2006 10:50:28 -0800 (PST) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi all, Can table formula's be done without calc? I've been trying to do something like the following: |---+------+----+----+----+----------------| | | name | P1 | P2 | P3 | TOT | |---+------+----+----+----+----------------| | | Al | 10 | 9 | 8 | ='(+ $3 $4 $5) | | | Bob | 9 | 8 | 10 | | | | Carl | 8 | 10 | 9 | | | | Dan | 10 | 10 | 10 | | |---+------+----+----+----+----------------| I haven't been able to get it to do anything even if I used #+TBLFM, or ! lines and named variables. If it's possible then I'm probably just doing something stupid. I'd like to avoid installing calc unless I need to. Thanks, Edd