[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:11:42 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b34 (linux) |
>> "Robert" == Robert Klein <address@hidden> writes:
> 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 :)
Yes I understand that much.
However if I chose this setting 6.25 gets displayed as 6 which is not
acceptable.