From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [bug] removing last column with a column formula Date: Tue, 09 Aug 2011 14:50:44 +0200 Message-ID: <87zkjilpej.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqmlG-0007JO-AN for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 09:54:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqmlF-0008L9-8T for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 09:54:26 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:62656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqmlF-0008Ks-49 for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 09:54:25 -0400 Received: by wyi11 with SMTP id 11so10293wyi.0 for ; Tue, 09 Aug 2011 06:54:23 -0700 (PDT) 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: 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