From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: First row results are ignored when updating the results of a range formula in a spreadsheet Date: Wed, 05 Sep 2018 18:52:30 +0200 Message-ID: <87tvn3rinl.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxb2k-0000uG-UV for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 12:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxb2g-0002hE-8x for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 12:52:38 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:47779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fxb2f-0002ch-SZ for emacs-orgmode@gnu.org; Wed, 05 Sep 2018 12:52:34 -0400 In-Reply-To: (Lem Ming's message of "Sat, 1 Sep 2018 22:40:28 -0400") 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" To: Lem Ming Cc: emacs-orgmode@gnu.org Hello, Lem Ming writes: > I am trying to update this: > | 1 | 2 | | | 3 | 4 | | | 5 | 6 | | | > > #+TBLFM: @1$3..@3$4=$-2 > > to this: > | 1 | 2 | 1 | 2 | 3 | 4 | 3 | 4 | 5 | 6 | 5 | 6 | > > #+TBLFM: @1$3..@3$4=$-2 > > doing C-c C-c on the TBLFM line. > > All I get is this: > | 1 | 2 | | | > | 3 | 4 | 3 | 4 | > | 5 | 6 | 5 | 6 | > > #+TBLFM: @1$3..@3$4=$-2 > > The first row results are ignored. Fixed. Thank you. Regards, -- Nicolas Goaziou