From: Richard Stanton <stanton@haas.berkeley.edu>
To: emacs-orgmode@gnu.org
Subject: How to get inline python code to work with :session option?
Date: Sun, 29 Mar 2015 23:41:52 -0700 [thread overview]
Message-ID: <438ABCF3-A5E3-4743-92DE-6B85E3E2EA04@haas.berkeley.edu> (raw)
: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
next reply other threads:[~2015-03-30 6:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-30 6:41 Richard Stanton [this message]
2015-03-30 11:29 ` How to get inline python code to work with :session option? Ken Mankoff
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=438ABCF3-A5E3-4743-92DE-6B85E3E2EA04@haas.berkeley.edu \
--to=stanton@haas.berkeley.edu \
--cc=emacs-orgmode@gnu.org \
/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.