Andreas Leha writes:
> Hi all,
>
> Say, I have a lisp function working on (and returning a) table:
>
> #+name: insert_hline
> #+header: :var fulltable=testtable :var after_row=1
> #+begin_src emacs-lisp
> (let ((rrr (cons (quote hline) fulltable))
> (bottomrows (nthcdr after_row fulltab
Hi all,
Say, I have a lisp function working on (and returning a) table:
#+name: insert_hline
#+header: :var fulltable=testtable :var after_row=1
#+begin_src emacs-lisp
(let ((rrr (cons (quote hline) fulltable))
(bottomrows (nthcdr after_row fulltable))
(toprows (reverse (nthcdr