Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2017-09-15 18:59:45 -04:00
commit 3df23ef80c
2 changed files with 5 additions and 5 deletions

View File

@ -15534,10 +15534,10 @@ For more examples of header arguments for @code{#+CALL:} lines,
@cindex code block, library
The ``Library of Babel'' is a collection of code blocks. Like a function
library, these code blocks can be called from other Org files. This
collection is in a repository file in Org mode format in the @samp{doc}
directory of Org mode installation. For remote code block evaluation syntax,
@pxref{Evaluating code blocks}.
library, these code blocks can be called from other Org files. A collection
of useful code blocks is available on
@uref{http://orgmode.org/worg/library-of-babel.html,Worg}. For remote code
block evaluation syntax, @pxref{Evaluating code blocks}.
@kindex C-c C-v i
For any user to add code to the library, first save the code in regular

View File

@ -2537,7 +2537,7 @@ Use @kbd{C-c C-v l} to load the code blocks from an Org-mode files into the
``Library of Babel'', these blocks can then be evaluated from any Org-mode
buffer. A collection of generally useful code blocks is accessible through
Org-modes community-driven documentation on
@uref{http://orgmode.org/worg/libary-of-babel.html,Worg}.
@uref{http://orgmode.org/worg/library-of-babel.html,Worg}.
@subheading Header Arguments
Many aspects of the evaluation and export of code blocks are controlled