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.