From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: table and field reference a la OO/LO Date: Sun, 23 Oct 2016 18:53:58 +0200 Message-ID: <580CEB26.3080006@free.fr> References: <87k2czja8v.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byM2A-0000Nx-MK for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 12:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byM26-0001PH-QJ for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 12:54:06 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:38561) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1byM26-0001Mp-JJ for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 12:54:02 -0400 Received: from [IPv6:2a01:e35:2e21:def0:3c4a:5e88:5115:2ed4] (unknown [IPv6:2a01:e35:2e21:def0:3c4a:5e88:5115:2ed4]) by smtp5-g21.free.fr (Postfix) with ESMTP id 91B9B5FFEB for ; Sun, 23 Oct 2016 18:53:58 +0200 (CEST) In-Reply-To: <87k2czja8v.fsf@mat.ucm.es> 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: emacs-orgmode@gnu.org Le 23/10/2016 18:33, Uwe Brauer a =E9crit : > Hi > > What I still missing in the otherwise excellent table/spreadsheet is a > sort of coordinate system which would easily allow me to find the colum= n > and line number. > I mean something like this. > > | 1/A | B | C | D | > | 2 | 200 | 10 | 190 | > | 3 | | | | > #+TBLFM: $4=3D@2$2-@2$3 > > Which would allow be to have also $4=3DB2-C2 in the input bar. > > For the lines, I sometimes use an indirect buffer and turn on > linum-mode > > But what could I do for the columns? > > Thanks > > Uwe Brauer=20 > > > You may also try C-c ' in the D2 cell. A new buffer displays the formula. Moving the cursor through the formula highlights the involved cells.