From 49ef9d02a21d398764c9779b90d1ffdd089f4e1f Mon Sep 17 00:00:00 2001 From: Bastien Date: Wed, 5 Aug 2015 00:58:24 +0200 Subject: [PATCH] org.texi (Library of Babel): Tiny fix * org.texi (Library of Babel): Tiny fix. Thanks to Charles Millar for reporting this. --- doc/org.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index e4a6ad454..a4312970e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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 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 -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 ``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}. - @kindex C-c C-v i 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