emacs-orgmode
[Top][All Lists]
Advanced

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

[O] empty cells in columns should be left emtpy when manipulating column


From: Uwe Brauer
Subject: [O] empty cells in columns should be left emtpy when manipulating columns
Date: Thu, 22 Jun 2017 07:25:24 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Please consider this

| 3.25 | 0.4875 |
|      |     0. |
| 2.25 | 0.3375 |
#+TBLFM: $2=$1*0.15

How can I avoid the entry 0.  ?

I could insert **

Giving

| 3.25 |  0.4875 |
|   ** |  #ERROR |
| 2.25 |  0.3375 |
#+TBLFM: $2=$1*0.15

But this is cumbersome, any other possibilities?

Thanks

Uwe Brauer 




reply via email to

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