Org-mode, tables

Org-mode works with tabulated data, surprisingly. You just draw an ASCII table and it handles the rest.

| Fruits | Amount |
|--------+--------|
| Apple  |      2 |
| Banana |      3 |
| Pear   |      4 |
|--------+--------|
| Total  |      9 |

Tables support tab-completion, so they'll automatically space everything to look nice. In the next article I'll go over coordinates and formulas.