From: Ken Mankoff <mankoff@gmail.com>
To: Richard Stanton <stanton@haas.berkeley.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to get inline python code to work with :session option?
Date: Mon, 30 Mar 2015 07:29:08 -0400 [thread overview]
Message-ID: <m2619id8qj.fsf@gmail.com> (raw)
In-Reply-To: <438ABCF3-A5E3-4743-92DE-6B85E3E2EA04@haas.berkeley.edu>
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
prev parent reply other threads:[~2015-03-30 11:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2619id8qj.fsf@gmail.com \
--to=mankoff@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=stanton@haas.berkeley.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.