emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Not all table formulas are updated when swapping columns


From: Daniel Gerber
Subject: [O] Not all table formulas are updated when swapping columns
Date: Mon, 16 Dec 2013 14:33:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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

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