0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 21:32:53 +00:00

Add an example block that was missed

This commit is contained in:
Dan Davison 2010-04-11 12:35:17 -04:00
parent 3cba424a69
commit 2263127360

View file

@ -760,6 +760,7 @@ above features to work correctly.
Org-babel also exposes a number of functions behind the common
=org-babel-key-prefix= of =C-c M-b=:
@example
#+begin_src emacs-lisp :exports none
(lambda (binding
(list (format "\\C-c \\M-b %s"
@ -768,6 +769,8 @@ above features to work correctly.
(cdr binding) (cdr binding))))
org-babel-key-bindings)
#+end_src
@end example
| =C-c M-b t= | [[function-org-babel-tangle][org-babel-tangle]] |
| =C-c M-b T= | [[function-org-babel-tangle-file][org-babel-tangle-file]] |
| =C-c M-b e= | [[function-org-babel-execute-src-block][org-babel-execute-src-block]] |
@ -777,7 +780,6 @@ above features to work correctly.
| =C-c M-b g= | [[function-org-babel-goto-named-source-block][org-babel-goto-named-source-block]] |
| =C-c M-b l= | [[function-org-babel-lob-ingest][org-babel-lob-ingest]] |
@subsection Functions
@subsubsection org-babel-execute-src-block
:PROPERTIES: