all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* Re: Not all table formulas are updated when swapping columns
  2013-12-16 13:33 Not all table formulas are updated when swapping columns Daniel Gerber
@ 2013-12-22  9:10 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-12-22  9:10 UTC (permalink / raw)
  To: Daniel Gerber; +Cc: emacs-orgmode

Hi Daniel,

Daniel Gerber <daniel.g.gerber@gmail.com> 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

^ 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.