Thanks.
On Tue, 21 May 2024 at 09:10, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > Hi, this stopped working, possibly after a related change
> > to org-table-eval-formula 2 days ago.
> >
> > | a | b | percent of a in b |
> > |++---|
> > | 10 | 20 | #ERROR
Daniel Clemente writes:
> Hi, this stopped working, possibly after a related change
> to org-table-eval-formula 2 days ago.
>
> | a | b | percent of a in b |
> |++---|
> | 10 | 20 | #ERROR|
> | 20 | 30 | #ERROR|
> #+TBLFM: $3=($1/$2)*100;%.2f%%
O
Hi, this stopped working, possibly after a related change
to org-table-eval-formula 2 days ago.
| a | b | percent of a in b |
|++---|
| 10 | 20 | #ERROR|
| 20 | 30 | #ERROR|
#+TBLFM: $3=($1/$2)*100;%.2f%%
A simpler format string like ;%.2f also fa