* Not all table formulas are updated when swapping columns
@ 2013-12-16 13:33 Daniel Gerber
2013-12-22 9:10 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Gerber @ 2013-12-16 13:33 UTC (permalink / raw)
To: emacs-orgmode
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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-22 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 13:33 Not all table formulas are updated when swapping columns Daniel Gerber
2013-12-22 9:10 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).