UP | HOME

Org API

Table of Contents

Org-Eval-Light API functions (org-eval-light.el)

org-eval-light-current-snippet &optional arg

Execute the current #+begin_src #+end_src block, and dump the results into the buffer immediately following the src block, commented by org-eval-light-make-region-example.

org-eval-light-eval-subtree &optional arg

Replace EVAL snippets in the entire subtree.

org-eval-light-lisp form

Evaluate the given form and return the result as a string.

org-eval-light-make-region-example beg end

Comment out region using either the '^:' or the =beg=IN_EXAMPLE syntax based on the size of the region as compared to org-eval-light-example-size-cutoff.

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.