Browse Source

orgguide: slight babel documentation change for better page breaks

Eric Schulte 14 years ago
parent
commit
819d2dae12
1 changed files with 6 additions and 6 deletions
  1. 6 6
      doc/orgguide.texi

+ 6 - 6
doc/orgguide.texi

@@ -2548,6 +2548,12 @@ which can expand both variable and ``noweb'' style references.  In order to
 tangle a code block it must have a @code{:tangle} header argument, see the
 manual for details.
 
+@subheading Library of Babel
+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 distributed with
+Org-mode in @code{contrib/library-of-babel.org}.
+
 @subheading Header Arguments
 Many aspects of the evaluation and export of code blocks are controlled
 through header arguments.  These can be specified globally, at the file
@@ -2596,12 +2602,6 @@ are saved to the named file, and a link to the file is inserted into the
 Org-mode buffer.
 @end table
 
-@subheading Library of Babel
-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 distributed with
-Org-mode in @code{contrib/library-of-babel.org}.
-
 @seealso{
 @uref{http://orgmode.org/manual/Working-with-source-code.html#Working-with-source-code,Chapter 14 of the manual}@*
 @uref{http://orgmode.org/worg/org-contrib/babel/index.php,