From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: table and field reference a la OO/LO Date: Sun, 23 Oct 2016 16:33:36 +0000 Message-ID: <87k2czja8v.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byLin-00042o-2e for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 12:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byLik-00044y-0g for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 12:34:05 -0400 Received: from [195.159.176.226] (port=48844 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1byLij-00044o-Ql for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 12:34:01 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1byLiZ-0000Ai-JW for emacs-orgmode@gnu.org; Sun, 23 Oct 2016 18:33:51 +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" To: emacs-orgmode@gnu.org 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 column and line number. I mean something like this. | 1/A | B | C | D | | 2 | 200 | 10 | 190 | | 3 | | | | #+TBLFM: $4=@2$2-@2$3 Which would allow be to have also $4=B2-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