[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
org-table with different conventions: decimals
From: |
Uwe Brauer |
Subject: |
org-table with different conventions: decimals |
Date: |
Mon, 18 Jul 2022 08:57:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Hi
In my current setting, the following works
| 3.5 | 4.2 | 7.7 |
#+TBLFM: $3=$1+$2
Now if I want to switch to the convention used in Germany (that might be
relevant if I want to export it later to csv, but this is a different
topic) does work in a strange way, any comments? I would expect
| 3,5 | 4,2 | (7, 7) |
#+TBLFM: $3=$1+$2
| 3,5 | 4,2 | 7,7 |
#+TBLFM: $3=$1+$2
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
- org-table with different conventions: decimals,
Uwe Brauer <=
- Re: org-table with different conventions: decimals, Juan Manuel Macías, 2022/07/18
- Re: org-table with different conventions: decimals, Ihor Radchenko, 2022/07/19
- Re: org-table with different conventions: decimals, Uwe Brauer, 2022/07/19
- [feature] Allow "," decimal point in table cells (was: org-table with different conventions: decimals), Ihor Radchenko, 2022/07/19
- Re: [feature] Allow "," decimal point in table cells, Uwe Brauer, 2022/07/20
- Re: [feature] Allow "," decimal point in table cells, Ihor Radchenko, 2022/07/20
- Re: [feature] Allow "," decimal point in table cells (was: org-table with different conventions: decimals), Christian Moe, 2022/07/20