* How to get inline python code to work with :session option?
@ 2015-03-30 6:41 Richard Stanton
2015-03-30 11:29 ` Ken Mankoff
0 siblings, 1 reply; 2+ messages in thread
From: Richard Stanton @ 2015-03-30 6:41 UTC (permalink / raw)
To: emacs-orgmode
: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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to get inline python code to work with :session option?
2015-03-30 6:41 How to get inline python code to work with :session option? Richard Stanton
@ 2015-03-30 11:29 ` Ken Mankoff
0 siblings, 0 replies; 2+ messages in thread
From: Ken Mankoff @ 2015-03-30 11:29 UTC (permalink / raw)
To: Richard Stanton; +Cc: emacs-orgmode
I've modified my config to use IPython.
doesn't work:
src_python[]{return 2+3} {{{results(==)}}}
works w/o 'return':
src_python[:session]{2+3} {{{results(=5=)}}}
doesn't work:
src_python[:session]{return 2+3}
-k.
On 2015-03-30 at 02:41, Richard Stanton <stanton@haas.berkeley.edu> wrote:
> :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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-30 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30 6:41 How to get inline python code to work with :session option? Richard Stanton
2015-03-30 11:29 ` Ken Mankoff
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.