From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: table and field reference a la OO/LO Date: Mon, 24 Oct 2016 21:06:48 +0200 Message-ID: <580E5BC8.1070807@free.fr> References: <87k2czja8v.fsf@mat.ucm.es> <580CE941.4070409@free.fr> <87wpgyxek5.fsf@mat.ucm.es> 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]:42345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bykcK-0004qg-6M for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 15:09:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bykcG-0008Td-3K for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 15:09:04 -0400 Received: from smtp3-g21.free.fr ([2a01:e0c:1:1599::12]:45469) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bykcF-0008SB-SC for emacs-orgmode@gnu.org; Mon, 24 Oct 2016 15:09:00 -0400 Received: from [192.168.0.21] (unknown [82.226.29.239]) by smtp3-g21.free.fr (Postfix) with ESMTP id 20EF113F895 for ; Mon, 24 Oct 2016 21:08:56 +0200 (CEST) In-Reply-To: <87wpgyxek5.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 24/10/2016 11:48, Uwe Brauer a =C3=A9crit : > > Le 23/10/2016 18:33, Uwe Brauer a =C3=A9crit : > > > 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? Yes, a hline. Coordinates are overlaid on the hline. Otherwise you don't see them. > > > 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. >