all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to avoid 0.0 in an org-table
@ 2021-07-06  9:42 Uwe Brauer
  2021-07-06 11:48 ` Roger Mason
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2021-07-06  9:42 UTC (permalink / raw)
  To: emacs-orgmode


Hi 

In the following example 

#+begin_src elisp
|     |    |   |   |  Res | Min |
|-----+----+---+---+------+-----|
|   0 |  0 | 0 | 0 |    0 | 0.0 |
| 1.2 | 10 | 1 | 1 | 13.2 | 0.1 |
#+TBLFM: $5=vsum($1..$4);f1::$6=min(10,$4)*0.1;f1 E
#+end_src

I obtain 0.0 in the last column, this looks bad, any idea how to avoid
it?

Thanks

Uwe Brauer 



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

end of thread, other threads:[~2021-07-07  7:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-06  9:42 how to avoid 0.0 in an org-table Uwe Brauer
2021-07-06 11:48 ` Roger Mason
2021-07-07  6:50   ` Uwe Brauer
2021-07-07  7:03     ` Greg Minshall
2021-07-07  7:10       ` Uwe Brauer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.