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 one

|   |   |
#+TBLFM: $1=1
#+TBLFM: $2=2

the second formula will lag behind

|   |   |
#+TBLFM: $2=1
#+TBLFM: $2=2

Incidentally, this would not be a problem if named fields were accepted on the left-hand side.

Regards,

Reply via email to