1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-10 09:12:06 +00:00

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
This commit is contained in:
Eric Schulte 2010-06-23 17:27:23 -07:00
parent ec8edda165
commit 024974299c

View File

@ -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)