0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 19:16:26 +00:00

more fleshing out of the introduction

This commit is contained in:
Eric Schulte 2009-05-25 18:20:32 -07:00
parent b5174f5a7d
commit aec7ec05d3

View file

@ -16,7 +16,19 @@ Org-Babel provides:
** communication between programs
*** interaction between languages (disk usage in your home directory)
Org-Mode supports embedded blocks of source code (in any language)
inside of Org documents. Org-Babel allows these blocks of code to be
executed from within Org-Mode with natural handling of their inputs
and outputs.
*** simple execution
with both scalar, file, and table output
*** reading information from tables
*** reading information from other source blocks (disk usage in your home directory)
This will work for Linux and Mac users, not so sure about shell
commands for windows users.
@ -95,6 +107,10 @@ and the results to be collected in the same table.
** communication between people
Quick overview of Org-Mode's exportation abilities, with links to the
online Org-Mode documentation, a focus on source-code blocks, and the
exportation options provided by Org-Babel.
*** interactive documentation (tutorial)