emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?


From: Eric Schulte
Subject: Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?
Date: Fri, 17 Aug 2012 08:29:32 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

>>
>> 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

[Prev in Thread] Current Thread [Next in Thread]