Hi, thanks for help. I wanted 2 columns, and underneath left some "topic overview" and to the right "the use of terminal commands with explanation" So I need for the left and for the right cell several sentences of text. |---------+---------| >> | column1 | column2 | >> | alpha | 1 | >> | beta | 2 | >> | gamma | 3 | >> |---------+---------| in this example alpha would be sentence 1 beta would be sentence 2 gamma would be sentence 3 and so on everything together is one cell. to the right of it is the cell with answers. separated with something, not important, simply to have a certain overview, a structure. Later I would adjust it in org-mode. hopefully I could explain it. Kind regards Gottfried Am 24.04.23 um 10:24 schrieb Platon Pronko: > On 2023-04-24 15:45, Ruijie Yu wrote: >> If it's about multiline cells, unless I'm mistaken, Org doesn't support >> it either, so it is not a surprise to me that trying to import it from >> elsewhere causes problems. > > Gottfried's example was: > >> |---------+---------| >> | column1 | column2 | >> | alpha   |       1 | >> | beta    |       2 | >> | gamma   |       3 | >> |---------+---------| >> | column1 | column2 | >> | alpha   |       1 | >> | beta    |       2 | >> | gamma   |       3 | >> |---------+---------| >> | column1 | column2 | >> | alpha   |       1 | >> | beta    |       2 | >> | gamma   |       3 | >> |---------+---------| > > and it's possible to recreate such structure in Org. It's not multiline > cells per se, > it's groups of normal cells separated by hlines. > But without knowing the use-case it's impossible to say if that's what > he wants or not. --