Org-mode

Org-mode
Original author(s) Carsten Dominik
Developer(s) Carsten Dominik et al.
Stable release
8.3.4 / February 22, 2016 (2016-02-22)[1]
Repository orgmode.org/cgit.cgi/org-mode.git/
Written in Emacs lisp
Type Personal information management, Notetaking, Outlining, Literate programming
License GPL
Website orgmode.org

Org-mode (also: Org mode;[2] /ˈɔːrɡ md/) is an editing and organizing mode for notes, planning, and authoring in the free software text editor Emacs. The name is used to encompass plain text files ("org files") that include simple marks to indicate levels of a hierarchy (which could be the outline of an essay, a topic list with subtopics, nested computer code, ...), 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, ...).

Org-mode was created by Carsten Dominik in 2003, originally to organize his life and work,[3] and since the first release numerous users and developers have contributed to this free software package,[4] Emacs includes Org-mode[5] as a major mode. Bastien Guerry is the current maintainer, in cooperation with an active development community.[6] Since its success in EMACS, some other systems have also begun providing functions to work with org files.

System

The Org-mode home page explains that "at its core, Org-mode is a simple outliner for note-taking and list management"[7] The Org system author Carsten Dominik explains that "Org-mode does outlining, note-taking, hyperlinks, spreadsheets, TODO lists, project planning, GTD, HTML and LaTeX authoring, all with plain text files in Emacs."[8]

The Org system is based on plain text files with a simple markup, which makes the files very portable. The Linux Information Project explains that "Plain text is supported by nearly every application program on every operating system".[9]

The system includes a lightweight markup language for plain text files (similar in function to Markdown, reStructuredText, Textile, etc., with a different implementation), allowing lines or sections of plain text to be hierarchically divided, tagged, linked, and so on.

Functionality

This section gives some sample uses for the hierarchical display and editing of plain text.

A text file showing a tree in emacs org-mode
The same org file shown in overview in emacs org-mode

Integration

Org-mode has some features to export to other formats, and other systems have some features to handle org-mode formats. Further, a full-featured text editor may have functions to handle wikis, personal contacts, email, calendars, and so on; because org-mode is simply plain text, these features could be integrated into org-mode documents as well.

From org-mode, add-on packages export to other markup format such as MediaWiki (org-export-generic, org-export), to flashcard learning systems implementing SuperMemo's algorithms (org-drill, org-learn).[12]

Outside of org-mode editors, org markup is supported by the GitHub code repository,[13] the JIRA issue tracker,[14] Pandoc, and others.

Some of the systems that handle org files include:

See also

References

Books

Journal articles

This article is issued from Wikipedia - version of the 10/31/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.