Hi Daniel,
Daniel Gerber writes:
> A minor bug with spreadsheets: when swapping two columns in a table
> (alt+left), column formulas are updated only when defined in the first
> #+TBLFM: line.
this is now fixed in the git repository, thanks for reporting this bug.
Best,
--
Bastien
Hi,
A minor bug with spreadsheets: when swapping two columns in a table
(alt+left), column formulas are updated only when defined in the first
#+TBLFM: line.
That is, this table
| | |
#+TBLFM: $1=1::$2=2
after swapping becomes (correctly)
| | |
#+TBLFM: $2=1::$1=2
but with this on