emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Format a whole column using ";%.2f" in orgtbl?


From: AW
Subject: [O] Format a whole column using ";%.2f" in orgtbl?
Date: Fri, 15 Jun 2012 16:34:08 +0200
User-agent: KMail/4.8.4 (Linux/3.4.2-28-desktop; KDE/4.8.4; x86_64; ; )

Hi,

I'm using radiotables and would like to get all numbers of column 1 with two 
digits after the decimal separator. My example below leads to an error, but it 
may explain what I'd like to receive:

Input:

| 100 | Value |
| 150 | Value |
#+TBLFM: $1=%s;%.2f

Desired outoput:

| 100.00 | Value |
| 150.00 | Value |
#+TBLFM: $1=%s;%.2f

I also tried to use :fmt (1 %s;%.2f)
while exporting to LaTeX, but in vain. 

Regards,
Alexander



reply via email to

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