[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-table: decimal numbers with a dot at the end: for example 10
From: |
Uwe Brauer |
Subject: |
Re: [O] org-table: decimal numbers with a dot at the end: for example 10. |
Date: |
Wed, 24 Jun 2015 12:06:14 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b34 (linux) |
Hi
> Hello,
> On Wed, 24 Jun 2015 10:22:43 +0200
> Uwe Brauer <address@hidden> 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