From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-table: decimal numbers with a dot at the end: for example 10. Date: Wed, 24 Jun 2015 12:06:14 +0200 Message-ID: <877fqtwhd5.fsf@mat.ucm.es> References: <87bng5wm5o.fsf@mat.ucm.es> <20150624113459.5113a343@pckr150.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7hZh-0007pY-Cv for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 06:06:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7hZc-0002Mv-CN for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 06:06:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:41175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7hZc-0002MQ-6V for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 06:06:28 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z7hZW-0001PB-NI for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 12:06:22 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Jun 2015 12:06:22 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Jun 2015 12:06:22 +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 Hi > Hello, > On Wed, 24 Jun 2015 10:22:43 +0200 > Uwe Brauer wrote: > you can put a format in the tblfm line, e.g.: > #+TBLFM: $14=$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13;%.0f > However, this cuts any numbers at the dot, that is a 10.5 would be > displayed as 10. > If you can live with a 10.0 use %.1f instead of %.0f after the > semicolon. I think I can live with 10.00 and then later make a query-replace of .00 Thanks! Uwe