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

2020-02-04 Thread Bastien
Hi, flow writes: > 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. Hitting M-RET in a table's cell will open a new cell below and allow you to use "-" for a list item, but this list item won't be recognized as such wh

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 paragra

[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!