Org Mode
Emacs's built-in note taking and personal information management system. Frequently the subject of envy by Neovim users.
See Also
(orgmode.org) Org mode for GNU Emacs website
ROAM_REFS: https://orgmode.org/
** Org Mode
Your life in plain text
A GNU Emacs major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system.
Created by Carsten Dominik in 2003, maintained by Ihor Radchenko and developed by many others.
** Highlights
* Features
https://orgmode.org/features.html
* Install
https://orgmode.org/org.html#Installation
* Quickstart
https://orgmode.org/quickstart.html
* Contribute
https://orgmode.org/worg/org-contribute.html
Org is a highly flexible structured plain text file format, composed of a few simple, yet versatile, structures — constructed to be both simple enough for the novice and powerful enough for the expert.
(en.wikipedia.org) Org-mode - Wikipedia website
ROAM_REFS: https://en.wikipedia.org/wiki/Org-mode
Org Mode (also: org-mode; ˈɔːrɡ moʊd) is a mode for document editing, formatting, and organizing within the free software text editor GNU Emacs and its derivatives, designed for notes, planning, and authoring. The name is used to encompass plain text files ("org files") that include simple marks to indicate levels of a hierarchy (such as the outline of an essay, a topic list with subtopics, nested computer code, etc.), and an editor with functions that can read the markup and manipulate hierarchy elements (expand/hide elements, move blocks of elements, check off to-do list items, etc.).
Org Mode was created by Carsten Dominik in 2003, originally to organize his own life and work, and since the first release numerous other users and developers have contributed to this free software package. Emacs has included Org Mode as a major mode by default since 2006. Bastien Guerry is the maintainer since 2010, in cooperation with an active development community. Since its success in Emacs, some other systems now provide functions to work with org files.
Almost orthogonally, Org Mode has functionalities aimed at executing code in various external languages; these functionalities form org-babel.