Example
| Name | Phone | Age |
|-------+-------+-----|
| Peter | 1234 | 17 |
| Anna | 4321 | 25 |
To add a Table in org-mode, simply surround your columns with a bar (|)
| column1 | column2 | this column is wider |
When you press Return from inside a column, org-mode will automatically create a new row with the bars.
- Tab and Return will respectively move to the next cell or row (or create a new one if there isn't any)
- You can swap the rows and columns around with M-ArrowKey
- M-S-Down and M-S-Right will respectively create a row (above the current) and a column (on the left of the current)
- M-S-Up and M-S-Left will respectively remove the current row and the current column
- C-c i create a separator