From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Wrong parsed indiced for field range in org-table [9.1.14 (9.1.14-9-g131531-elpa @ /home/xavier/.emacs.d/elpa/org-20181105/)] Date: Sat, 10 Nov 2018 22:01:36 +0100 Message-ID: <87ftw8bqa7.fsf@nicolasgoaziou.fr> References: <1541879502.3671.1.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLaQH-0004pV-CC for emacs-orgmode@gnu.org; Sat, 10 Nov 2018 16:04:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLaO2-0000fS-Ja for emacs-orgmode@gnu.org; Sat, 10 Nov 2018 16:01:50 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:35967) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gLaO1-0000Xh-7u for emacs-orgmode@gnu.org; Sat, 10 Nov 2018 16:01:46 -0500 In-Reply-To: <1541879502.3671.1.camel@gmail.com> (Xavier Raynaud's message of "Sat, 10 Nov 2018 20:51:42 +0100") 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: Xavier Raynaud Cc: emacs-orgmode@gnu.org Hello, Xavier Raynaud writes: > In the table below, the number 1 in @1$1 is entered and equal to > one. When I calculate the table, only the number 1 in @2$1 is added, > while I expect also=C2=A0=C2=A0@1$1 to be set. > > |=C2=A0=C2=A0=C2=A0| 1 | > | 1 |=C2=A0=C2=A0=C2=A0| > > #+TBLFM: @1$1..@2$1=3D@1$2 With the table above, using on the TBLFM line, I get: | 1 | 1 | | 1 | | #+TBLFM: @1$1..@2$1=3D@1$2 So the bug is probably fixed already in development version. Regards, --=20 Nicolas Goaziou