org.texi (Library of Babel): Tiny fix
* org.texi (Library of Babel): Tiny fix. Thanks to Charles Millar for reporting this.
This commit is contained in:
parent
99425a46dd
commit
49ef9d02a2
|
@ -15037,15 +15037,13 @@ Org mode file. Code blocks defined in the ``Library of Babel'' can be called
|
||||||
remotely as if they were in the current Org mode buffer (see @ref{Evaluating
|
remotely as if they were in the current Org mode buffer (see @ref{Evaluating
|
||||||
code blocks} for information on the syntax of remote code block evaluation).
|
code blocks} for information on the syntax of remote code block evaluation).
|
||||||
|
|
||||||
|
|
||||||
The central repository of code blocks in the ``Library of Babel'' is housed
|
The central repository of code blocks in the ``Library of Babel'' is housed
|
||||||
in an Org mode file located in the @samp{contrib} directory of Org mode.
|
in an Org mode file located in the @samp{doc} directory of Org mode.
|
||||||
|
|
||||||
Users can add code blocks they believe to be generally useful to their
|
Users can add code blocks they believe to be generally useful to their
|
||||||
``Library of Babel.'' The code blocks can be stored in any Org mode file and
|
``Library of Babel.'' The code blocks can be stored in any Org mode file and
|
||||||
then loaded into the library with @code{org-babel-lob-ingest}.
|
then loaded into the library with @code{org-babel-lob-ingest}.
|
||||||
|
|
||||||
|
|
||||||
@kindex C-c C-v i
|
@kindex C-c C-v i
|
||||||
Code blocks located in any Org mode file can be loaded into the ``Library of
|
Code blocks located in any Org mode file can be loaded into the ``Library of
|
||||||
Babel'' with the @code{org-babel-lob-ingest} function, bound to @kbd{C-c C-v
|
Babel'' with the @code{org-babel-lob-ingest} function, bound to @kbd{C-c C-v
|
||||||
|
|
Loading…
Reference in New Issue