Browse Source

babel: updating documentation for new babel 'ob* require syntax

  Thanks to Bernt Hansen for pointing this out

* doc/org.texi (Languages): updating require statements for the next
  org-babel syntax

  (Batch execution): updating require statements for the next
  org-babel syntax
Eric Schulte 15 years ago
parent
commit
024974299c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/org.texi

+ 2 - 2
doc/org.texi

@@ -11175,7 +11175,7 @@ the following to your Emacs configuration, (replace ``identifier'' with one
 of the language names from the above table).
 
 @example
-(require 'org-babel-identifier)
+(require 'ob-identifier)
 @end example
 
 
@@ -12060,7 +12060,7 @@ emacsclient \
 --eval "(progn
 (add-to-list 'load-path (expand-file-name \"~/src/org/lisp/\"))
 (add-to-list 'load-path (expand-file-name \"~/src/org/contrib/lisp/\"))
-(require 'org)(require 'org-exp)(require 'org-babel)
+(require 'org)(require 'org-exp)(require 'ob)(require 'ob-tangle)
 (mapc (lambda (file)
        (find-file (expand-file-name file \"$DIR\"))
        (org-babel-tangle)