Org-Mode
Org-Mode is a major mode for the Emacs text editor, designed for note-taking, project management, and authoring. It is one of the most powerful and flexible outliners in existence.
Philosophy
The core philosophy of Org-Mode is "The Plain Text Life." Everything in Org-Mode is stored in simple .org files, which are human-readable and future-proof.
Key Features
- Structured Outlining: Uses a simple syntax (asterisks) to create hierarchical trees of information.
- Integrated Task Management: Any headline can be turned into a TODO item with deadlines, scheduling, and time-tracking.
- Literate Programming (Babel): Allows users to embed executable code blocks within notes, making it a favorite for scientific research and data analysis.
- Infinite Customization: Because it runs in Emacs, users can script and extend every aspect of the tool.
Influence
Org-Mode set the standard for local-first and plain-text PKM. Modern tools like Logseq have adopted Org-Mode as a primary storage format, bridging the gap between old-school text editing and modern networked thought.
See Also
- outliners
- augmenting-human-intellect (for the "Symbolic Manipulation" connection)