emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug in vsum in org-mode table?


From: Kaushal Modi
Subject: Re: [O] Bug in vsum in org-mode table?
Date: Fri, 22 Apr 2016 20:46:01 +0000

Thank you guys. Both of the below worked.

#+TBLFM: @>$1=vsum(@2..@>>);f1

#+TBLFM: @>$1=vsum(@2..@>>);%0.1f

On Fri, Apr 22, 2016 at 4:11 PM Charles Millar <address@hidden> wrote:

On 04/22/2016 03:34 PM, Thierry Banel wrote:
You can format the result as 2.0 with the f1 modifier
(or f5 to get 2.00000 and so on)

#+TBLFM: @>$1=vsum(@2..@>>);f1

In the manual the decimal format %.2f, etc. is shown as an example but apparently the f2 format is not mentioned.

Is the %.Xf format preferred or is either one OK?

Regards,

Charlie MillarĀ 
--

--
Kaushal Modi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]