From fc79a96cdce21f54bcaac90164eaea25c775aa8a Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 11 Jan 2010 12:02:45 -0700 Subject: [PATCH] babel: adding documentation for more functions --- org-contrib/babel/reference.org | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/org-contrib/babel/reference.org b/org-contrib/babel/reference.org index a6cb576..aa2ac36 100644 --- a/org-contrib/babel/reference.org +++ b/org-contrib/babel/reference.org @@ -746,6 +746,43 @@ each more specific than the last. results already exist. #+end_example +*** org-babel-load-in-session + :PROPERTIES: + :CUSTOM_ID: org-babel-load-in-session + :END: + +#+begin_example + org-babel-load-in-session is an interactive Lisp function in + `org-babel.el'. + + (org-babel-load-in-session &optional ARG INFO) + + Load the body of the current source-code block. Evaluate the + header arguments for the source block before entering the + session. After loading the body this pops open the session. + + [back] +#+end_example + +*** org-babel-pop-to-session + :PROPERTIES: + :CUSTOM_ID: org-babel-pop-to-session + :END: + +#+begin_example + org-babel-pop-to-session is an interactive Lisp function in + `org-babel.el'. + + (org-babel-pop-to-session &optional ARG INFO) + + Pop to the session of the current source-code block. If + called with a prefix argument then evaluate the header arguments + for the source block before entering the session. Copy the body + of the source block to the kill ring. + + [back] +#+end_example + *** org-babel-tangle :PROPERTIES: :CUSTOM_ID: function-org-babel-tangle -- 2.11.4.GIT