From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Lotz Subject: Tbl: precision for cells Date: Fri, 17 May 2013 22:18:08 +0200 Message-ID: <20130517221808.55421732@arcor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdR71-0004Vl-5u for emacs-orgmode@gnu.org; Fri, 17 May 2013 16:18:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdR6y-0004xb-V1 for emacs-orgmode@gnu.org; Fri, 17 May 2013 16:18:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:60390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdR6y-0004wu-N6 for emacs-orgmode@gnu.org; Fri, 17 May 2013 16:18:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UdR6u-0001Gl-4h for emacs-orgmode@gnu.org; Fri, 17 May 2013 22:18:40 +0200 Received: from p4fff1d27.dip0.t-ipconnect.de ([79.255.29.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 May 2013 22:18:40 +0200 Received: from manfred.lotz by p4fff1d27.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 17 May 2013 22:18:40 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have a table like this | Item | F1 | F2 | F3 | |--------------------------+--------+----------+----------| | w | 579.12 | 110.0328 | 689.1528 | | x | 28.8 | 5.472 | 34.272 | | y | 13.2 | 2.508 | 15.708 | | z | 24. | 4.56 | 28.56 | |--------------------------+--------+----------+----------| | Sum | 513.12 | 97.4928 | 610.6128 | As the numeric fields are currency fields could I specify somehow for the whole table that there are exactly 2 decimals after the dot? So that I have this: | Item | F1 | F2 | F3 | |--------------------------+--------+----------+----------| | w | 579.12 | 110.03 | 689.15 | | x | 28.80 | 5.47 | 34.27 | | y | 13.20 | 2.51 | 15.71 | | z | 24.00 | 4.56 | 28.56 | |--------------------------+--------+----------+----------| | Sum | 513.12 | 97.49 | 610.61 | -- Thanks, Manfred