emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how obtain automatic row numbers in a table starting after the second hline?
@ 2022-08-06 16:19 Uwe Brauer
  2022-08-07 11:21 ` Christian Moe
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2022-08-06 16:19 UTC (permalink / raw)
  To: emacs-orgmode


Hi

I would like to obtain 
#+begin_src 

|  Nr |
|-----|
|     |
|-----|
| 574 |
| 575 |
|  .. |
| 680 |
#+end_src

I tried 
#+begin_src 

| Nr |
|----|
|  1 |
|----|
|  1 |
|  2 |
#+TBLFM: $1=vlen(@II$1..0);EN
#+end_src

or
#+begin_src 

|  Nr |
|-----|
| 573 |
|-----|
| 574 |
| 575 |
#+TBLFM: $1=@#-1+572
#+end_src

None worked, any ideas?

thanks

Uwe Brauer 
-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-10 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06 16:19 how obtain automatic row numbers in a table starting after the second hline? Uwe Brauer
2022-08-07 11:21 ` Christian Moe
2022-08-09  7:32   ` Uwe Brauer
2022-08-10 20:28     ` Christian Moe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).