Org API
Table of Contents
Org-Babel-Eval API Functions (ob-eval.el)
org-babel-eval cmd body
Run cmd on body.
If cmd succeeds then return its results, otherwise display
STDERR with org-babel-eval-error-notify.
org-babel-eval-error-notify exit-code stderr
Open a buffer to display stderr and a message with the value of exit-code.
org-babel-eval-read-file file
Return the contents of file as a string.
org-babel-eval-wipe-error-buffer
Delete the contents of the Org code block error buffer. This buffer is named by org-babel-error-buffer-name.