> Le 07/06/2020 à 17:09, Uwe Brauer a écrit : > I'm not aware of anything specific for this purpose. A starting point could be the `append' lisp function: > #+begin_src elisp :var table1=RK :var table2=SVD :colnames t > (append table1 table2) > #+end_src Thanks works like charm!