Le 24/10/2016 11:48, Uwe Brauer a écrit : > > 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? 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. >