Re: [O] insert automatically row number in tables.

2016-03-07 Thread Uwe Brauer
>>> "Bernhard" == Bernhard Pröll writes: > Hi, > the following formula will do this for me: > | row | data | > |-+--| > | 2 | 0303 | > | 3 | 5123 | > | 4 | 41 | > | 5 | 4234 | > | 6 | 34 | > #+TBLFM: $1=@# > Regards, Yeah thanks the point

Re: [O] insert automatically row number in tables.

2016-03-07 Thread Bernhard Pröll
Hi, the following formula will do this for me: | row | data | |-+--| | 2 | 0303 | | 3 | 5123 | | 4 | 41 | | 5 | 4234 | | 6 | 34 | #+TBLFM: $1=@# Regards, Bernhard Pröll On Mon, 07. Mar 11:24, Uwe Brauer wrote: Hi I would like to insert row in a table, and then hitting

[O] insert automatically row number in tables.

2016-03-07 Thread Uwe Brauer
Hi I would like to insert row in a table, and then hitting C-c C-c, the leftmost column gets filled by the row number. Such as in | row | data | |-+--| | | 0303 | | | 5123 | | | 41 | | | 4234 | #+TBLFM: magic command C-c C-c gives | row | data | |-+--| | 2