Manual: Improvements to summary by Thomas Dye
This commit is contained in:
parent
31d1f2b69d
commit
e0dd999a7b
18
doc/org.texi
18
doc/org.texi
|
@ -798,10 +798,9 @@ MobileOrg
|
||||||
@section Summary
|
@section Summary
|
||||||
@cindex summary
|
@cindex summary
|
||||||
|
|
||||||
Org is a mode for keeping notes, maintaining TODO lists, and doing project
|
Org is a mode for keeping notes, maintaining TODO lists, and project planning
|
||||||
planning with a fast and effective plain-text system. It also is an
|
with a fast and effective plain-text system. It also is an authoring system
|
||||||
authoring system with unique support for literal programming and reproducible
|
with unique support for literate programming and reproducible research.
|
||||||
research.
|
|
||||||
|
|
||||||
Org is implemented on top of Outline mode, which makes it possible to keep
|
Org is implemented on top of Outline mode, which makes it possible to keep
|
||||||
the content of large files well structured. Visibility cycling and structure
|
the content of large files well structured. Visibility cycling and structure
|
||||||
|
@ -819,12 +818,13 @@ Allen's GTD system.
|
||||||
|
|
||||||
Org files can serve as a single source authoring system with export to many
|
Org files can serve as a single source authoring system with export to many
|
||||||
different formats such as HTML, @LaTeX{}, Open Document, and Markdown. New
|
different formats such as HTML, @LaTeX{}, Open Document, and Markdown. New
|
||||||
export backends be derived from existing ones, or defined from scratch.
|
export backends can be derived from existing ones, or defined from scratch.
|
||||||
|
|
||||||
Org mode supports working with embedded source code blocks in a file, which
|
Org files can include source code blocks, which makes Org uniquely suited for
|
||||||
makes it uniquely suited for authoring technical documents with code
|
authoring technical documents with code examples. Org source code blocks are
|
||||||
examples. It facilitates code evaluation, capturing code output into the
|
fully functional; they can be evaluated in place and their results can be
|
||||||
document, documentation, and literate programming techniques.
|
captured in the file. This makes it possible to create a single file
|
||||||
|
reproducible research compendium.
|
||||||
|
|
||||||
Org keeps simple things simple. When first fired up, it should feel like a
|
Org keeps simple things simple. When first fired up, it should feel like a
|
||||||
straightforward, easy to use outliner. Complexity is not imposed, but a
|
straightforward, easy to use outliner. Complexity is not imposed, but a
|
||||||
|
|
Loading…
Reference in New Issue