Re: [O] org-cell in org-table with a list or a new paragraph

2019-08-05 Thread John Kitchin
There does not seem to be a beautiful approach, but you can do this: #+attr_latex: :align |l|l| #+caption: caption | Description| properties |

Re: [O] org-cell in org-table with a list or a new paragraph

2019-08-05 Thread flow
Hi Eric As far as I know a table is what I want and what I need. I guess maybe there can be something build without a table but finally I need a table/tsv. This is what I am working with, it's full of tables: https://oeg-upm.github.io/transmodel-cq/ Some of them need to have more than a

[O] org-cell in org-table with a list or a new paragraph

2019-08-05 Thread flow
Dear orgmoders I was wondering if I can get a new line inside the cell of a table in Orgmode to be rendered as new paragraph or as a list. Best!