emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Emacs-orgmode Digest, Vol 109, Issue 35


From: Richard Stanton
Subject: Re: [O] Emacs-orgmode Digest, Vol 109, Issue 35
Date: Mon, 30 Mar 2015 10:20:07 -0700

> Date: Sun, 29 Mar 2015 23:41:52 -0700
> From: Richard Stanton <address@hidden>
> To: address@hidden
> Subject: [O] How to get inline python code to work with :session
>       option?
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
> 
> :session doesn't seem to play well with inline code blocks. For example, if I 
> press C-c C-c with the cursor in the middle of  the following inline code, 
> 
> src_python[]{return 2+3} 
> 
> it gets expanded to
> 
> src_python[]{return 2+3} {{{results(=5=)}}}       
> 
> However, if I do the same with this code block, 
> 
> src_python[:session]{return 2+3} 
> 
> no results appear in the text buffer, and the mini-buffer displays the 
> message "Code block produced no output."
> 
> How can I get inline code to work with :session? 
> 
> Thanks.
> 
> Richard Stanton

An answer to my own question, in case it’s useful to others: With the :session 
option, you need to drop the “return”.


reply via email to

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