emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [rows not columns] (was: [SOLVED])


From: Uwe Brauer
Subject: [O] [rows not columns] (was: [SOLVED])
Date: Sun, 18 Aug 2019 10:59:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <address@hidden> writes:


   > Best solution found in 

   > https://emacs.stackexchange.com/questions/48508/merge-org-tables

   > ** Solution 1

   > #+NAME: T1
   > | col1 | col2 |

   > |    1 | 2    |

   > #+NAME: T2
   > | col3 |

   > | 3    |

   > #+BEGIN_SRC emacs-lisp :var t1=T1 t2=T2
   > (cl-mapcar #'append t1 t2)
   > #+END_SRC

This only joins columns. I want to join rows, I presume I should replace 
cl-mapcar by something else.

Any suggestions?

Thanks

Uwe Brauer 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]