Getting Started | With Org Mode
Org mode is a powerful system for note-taking, project management, and authoring within the Emacs text editor . While its depth can be intimidating, you can start immediately by using it as a simple plain-text outliner. 1. Your First Org File Org files use the .org extension.
Press TAB on any heading to "fold" or "unfold" its contents. Use Shift-TAB to toggle visibility for the entire document. 3. Basic Formatting (Markup) Org uses simple syntax to style your text: Bold : *text* Italics : /text/ Underline : _text_ Code/Verbatim : ~text~ or =text= 4. Managing Tasks (TODOs) You can turn any headline into a task. Getting Started With Org Mode Getting Started With Org Mode
The heart of Org mode is the outline. You create structure using asterisks at the start of a line. * Level 1 Heading ** Level 2 Heading *** Level 3 Heading Org mode is a powerful system for note-taking,