[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: |
Robert Klein |
Subject: |
Re: [O] org-table: decimal numbers with a dot at the end: for example 10. |
Date: |
Wed, 24 Jun 2015 12:08:59 +0200 |
Hello,
On Wed, 24 Jun 2015 12:06:14 +0200
Uwe Brauer <address@hidden> wrote:
>
> 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.
*cough* this should be:
would be displayed as "10" . (This dot is the sentence ending dot :)
>
> > 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
>
Best regards
Robert