org-babel-execute-src-block

org-babel-execute-src-block is an interactive autoloaded compiled Lisp function in `ob-core.el'.


(org-babel-execute-src-block &optional ARG INFO PARAMS)

Execute the current source code block.
Insert the results of execution into the buffer. Source code
execution and the collection and formatting of results can be
controlled through a variety of header arguments.

With prefix argument ARG, force re-execution even if an existing
result cached in the buffer would otherwise have been returned.

Optionally supply a value for INFO in the form returned by
`org-babel-get-src-block-info'.

Optionally supply a value for PARAMS which will be merged with
the header arguments specified at the front of the source code
block.