From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] removing last column with a column formula Date: Wed, 24 Aug 2011 20:29:00 +0200 Message-ID: <8762lmk6j7.fsf@gnu.org> References: <87zkjilpej.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwIJV-0001MO-TC for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 14:36:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwIBZ-0002Us-J6 for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 14:28:22 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwIBZ-0002Um-DY for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 14:28:21 -0400 Received: by wyi11 with SMTP id 11so1266758wyi.0 for ; Wed, 24 Aug 2011 11:28:20 -0700 (PDT) In-Reply-To: <87zkjilpej.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 09 Aug 2011 14:50:44 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik , Nicolas Goaziou Cc: Org Mode List Hi Carsten, Nicolas Goaziou writes: > 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. Is this something that we can (easily) fix? Thanks! -- Bastien