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:11:42 +0200 Message-ID: <87381hwh41.fsf@mat.ucm.es> References: <87bng5wm5o.fsf@mat.ucm.es> <20150624113459.5113a343@pckr150.mpip-mainz.mpg.de> <877fqtwhd5.fsf@mat.ucm.es> <20150624120859.32ca1229@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]:51234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7heu-00039u-GC for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 06:11:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7heo-00059R-PR for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 06:11:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:41397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7heo-00057o-Ih for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 06:11:50 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z7hem-0004Dy-Fs for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 12:11:48 +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:11:48 +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:11:48 +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 >> "Robert" == Robert Klein writes: > Hello, > On Wed, 24 Jun 2015 12:06:14 +0200 > Uwe Brauer wrote: >> >> 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. > *cough* this should be: > would be displayed as "10" . (This dot is the sentence ending dot :) Yes I understand that much. However if I chose this setting 6.25 gets displayed as 6 which is not acceptable.