emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Format a whole column using ";%.2f" in orgtbl?
@ 2012-06-15 14:34 AW
  2012-06-15 17:01 ` Michael Brand
  0 siblings, 1 reply; 5+ messages in thread
From: AW @ 2012-06-15 14:34 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-21 20:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-15 14:34 Format a whole column using ";%.2f" in orgtbl? AW
2012-06-15 17:01 ` Michael Brand
2012-06-21 10:15   ` AW
2012-06-21 16:29     ` Michael Brand
2012-06-21 20:18       ` AW

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).