>>
>> The `org-src-in-org-buffer' macro may be used from an edit buffer to run
>> elisp inside the code block, in the org-mode buffer of the edit buffer.
>> e.g., the following 
>>
>>     ;; -*- emacs-lisp -*-
>>     (org-src-in-org-buffer (message "-->%S" (org-babel-get-src-block-info)))
>
> Where is org-src-in-org-buffer macro defined. Searching all dot el files
> in org folder does not show anything neither does C-h f show anything
> similar.

(describe-function 'org-src-in-org-buffer) shows that
org-src-in-org-buffer can be found in org-src.el (line 679 in my
version).

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to