emacs - tables
Table of Contents
Tables
https://orgmode.org/manual/Built_002din-Table-Editor.html
To create a table like this:
Name | Phone | Age |
---|---|---|
Peter | 1234 | 17 |
Anna | 4321 | 25 |
just type this and press tab:
|Name|Phone|Age|
|-
How to deal with multi line paragraphs in tables?
This is an option.
Use something like this:
Verse No | Verse |
---|---|
1 | Line1 |
Line1 | |
Line1 | |
2 | Line2 |
Line2 | |
Line2 |