Re: [O] [babel] lisp block evaluation vs. call

2012-03-22 Thread Andreas Leha
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

[O] [babel] lisp block evaluation vs. call

2012-03-22 Thread Andreas Leha
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