Org-mode
Sign in to saveAlso known as Org mode, Org, orgmode
Org Mode (also: org-mode; ) 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.).
Key facts
- Software.name
- Org Mode
- Software.logo
- Org-mode logo
- Software.author
- Carsten Dominik
- Software.developer
- Carsten Dominik, Bastien Guerry, et al.
- Software.released
- 2003
- Software.genre
- Personal information management, Notetaking, Outlining, Literate programming, Reproducibility
- Software.license
- GPL-3.0-or-later
- Software.programming language
- Emacs Lisp
via Wikipedia infobox
Official website

Link to the official site · 17,322 chars · not written by Vinony
Described at

Making sure you're not a bot!
Org mode is for keeping notes, maintaining TODO lists, doing project planning, and authoring with a fast and effective plain-text system. Org is not a standalone application but is a plugin in GNUEmacs and is now available in some Emacs distributions. As an Emacs plug in it is a linemode text based note manager rather than a gui tool
marketplace.sshopencloud.eu →You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites. This can and does cause downtime for the websites, which makes their resources inaccessible for everyone. Anubis is a compromise. Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam. The idea is that at individual scales the additional load is ignorable, but at mass scraper levels it adds up and makes scraping much more expensive. Please note that Anubis requires the use of modern JavaScript features that plugins like JShelter will disable. Please disable JShelter or other such plugins for this domain.
Excerpt from a page describing this subject · 1,340 chars · not written by Vinony
Wikidata facts
- Official website
- orgmode.org
- Image
- Org-mode-show-all.png
Show 9 more facts
- source code repository URL
- git://git.sv.gnu.org/emacs/org-mode.git
- described at URL
- tapor.ca/tools/920
- software version identifier
- 9.8.3
- Commons category
- Org-mode
- Stack Exchange tag
- emacs.stackexchange.com/tags/org-mode
- user manual URL
- www.gnu.org/software/emacs/manual/org.html
- IRC channel URL
- irc://irc.libera.chat/org-mode
- inception
- 2003-00-00
- mailing list archive URL
- lists.gnu.org/archive/html/emacs-orgmode
Sources (13)
via Wikidata · CC0
~11 min read
Article
12 sectionsContents
- System
- Functionality
- Org-babel
- Integration
- Export examples
- =
- See also
- References
- Further reading
- Books
- Journal articles
- External links
Org Mode (also: org-mode; ) 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.