o-b-worg.org: small change
This commit is contained in:
parent
7bd6dc13a5
commit
a057913e4d
|
@ -39,10 +39,13 @@
|
|||
:CUSTOM_ID: introduction
|
||||
:END:
|
||||
Org-babel is an extension to the very excellent [[http://orgmode.org/][Org-mode]], providing
|
||||
the ability to execute source code in many different languages within
|
||||
org-mode documents. Org-mode is an [[http://www.gnu.org/software/emacs/][Emacs]] major mode for doing almost
|
||||
anything with plain text. If you are not familiar with Org-mode
|
||||
please take a moment to read [[http://orgmode.org/][the Org-mode homepage]] before continuing.
|
||||
the ability to execute source code in many different languages
|
||||
within org-mode documents. The results of code execution --- text,
|
||||
tables and graphics --- can be integrated into the powerful
|
||||
publishing facilities of org-mode. Org-mode is an [[http://www.gnu.org/software/emacs/][Emacs]] major mode
|
||||
for doing almost anything with plain text. If you are not familiar
|
||||
with Org-mode please take a moment to read [[http://orgmode.org/][the Org-mode homepage]]
|
||||
before continuing.
|
||||
|
||||
Org-babel provides the following modifications to [[http://orgmode.org/manual/Literal-examples.html][the existing
|
||||
support]] for blocks of source code examples in the org-mode core.
|
||||
|
|
Loading…
Reference in New Issue