all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug] removing last column with a column formula
@ 2011-08-09 12:50 Nicolas Goaziou
  2011-08-09 14:54 ` Michael Brand
  2011-08-24 18:29 ` Bastien
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2011-08-09 12:50 UTC (permalink / raw)
  To: Org Mode List

Hello,

Let's consider the following table:

#+begin_src org
| 1 | 2 | 3 |
| 1 | 2 | 3 |
#+TBLFM: @2$1..@2$3=@1
#+end_src

If I remove the second column (M-S-Left), the formula is correctly
updated. But when I remove the last column, the formula gets partly
deleted and becomes:

                            #+TBLFM: @2$1..

Also, if this times, the first column is removed, that line becomes:

                      #+TBLFM: @2$INVALID..@2$2=@1

This is with latest Org and no user configuration.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-25  8:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 12:50 [bug] removing last column with a column formula Nicolas Goaziou
2011-08-09 14:54 ` Michael Brand
2011-08-10  8:46   ` Nicolas Goaziou
2011-08-24 18:29 ` Bastien
2011-08-25  6:20   ` Carsten Dominik
2011-08-25  8:09     ` 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.