Special Blocks and Emacs Org-mode Export
- Document number:
- Date: 2021-12-03
- Author: Steve Downey <sdowney2@bloomberg.net>, <sdowney@gmail.com>
- Audience: WG21 Emacs Authors
Abstract: Making emacs org-mode more usable for writing WG21 papers.
1. Delete blocks and text
{\color{red}\bfseries
Remove this terrible old stuff.
} And the bad word from this sentence.
2. Insert blocks and text
Add this wonderful new text
And put this cool word in.
3. Comparison Table
Old Busted |
New Hotness |
---|---|
int a = 3 + 2 + 1; |
int a = cool_sum({1, 2, 3}); |