emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] table and field reference a la OO/LO


From: Thierry Banel
Subject: Re: [O] table and field reference a la OO/LO
Date: Sun, 23 Oct 2016 18:45:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Le 23/10/2016 18:33, Uwe Brauer a écrit :
> 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: address@hidden@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 
>
>

Maybe you can try  C-c }  org-table-toggle-coordinate-overlays

First outline the header (C-c -):

| 1/A |   B |  C |   D |
|-----+-----+----+-----|
|   2 | 200 | 10 | 190 |
|   3 |     |    |     |

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 |     |    |     |





reply via email to

[Prev in Thread] Current Thread [Next in Thread]