Tables in org-mode
I have not touched tables in org-mode because I remember how much I hated them in markdown. And it turns out they are really easy to deal with.
The short version is that you just type something like:
a|b|c
---
1|2|3
And then C-c C-c and it iwll be formatted into a proper table
It is really awesome and I'll obviously be using it more.