UP | HOME

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.

Documentation from the http://orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.