From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: table and field reference a la OO/LO Date: Mon, 24 Oct 2016 09:48:58 +0000 Message-ID: <87wpgyxek5.fsf@mat.ucm.es> References: <87k2czja8v.fsf@mat.ucm.es> <580CE941.4070409@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bybt0-0006uh-Kt for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 05:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bybsw-00064x-OO for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 05:49:42 -0400 Received: from [195.159.176.226] (port=51110 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bybsw-00064U-HX for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 05:49:38 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bybsZ-0001O9-FF for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 11:49:15 +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 > Le 23/10/2016 18:33, Uwe Brauer a écrit : > Maybe you can try C-c } org-table-toggle-coordinate-overlays That is a great suggestions thanks > First outline the header (C-c -): > | 1/A | B | C | D | > |-----+-----+----+-----| > | 2 | 200 | 10 | 190 | > | 3 | | | | You mean add a hline? > After C-c } rows and columns coordinates are shown: > | 1| 1/A | B | C | D | > |I*1 |$1---+$2---+$3--+$4---| > | 2| 2 | 200 | 10 | 190 | > | 3| 3 | | | | Thanks this is really what I was looking for.