Org-modeλ︎
Org-mode provides a simple way of creating rich documentation and exporting to multiple formats.
Org-mode can also manage tasks (TODO lists), keep your schedule (org-agenda) and literate programming
Examples of what Org-mode can doλ︎
- Getting started with Org Mode - covers more than what you need to start with
- Org-mode todo states - interesting ideas with org-mode todo states
- Overview of Org Mode - Hack Emacs - older, but has more examples
Getting started with orgλ︎
Open or create a new file with a .org
filename extension to start org-mode major mode.
For example, if you want to write a guide to your project, you could create an org-mode file called user-guide.org
. When you open this file in Spacemacs, org-mode is selected as the major mode for editing.