From: Richard Stanton <stanton@haas.berkeley.edu>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Strange python output using session
Date: Mon, 10 Sep 2012 14:08:34 -0700 [thread overview]
Message-ID: <40C7B1BFC291ED4E9D10436D07736A3347089E6710@EXMAIL7.haas.uc.berkeley.edu> (raw)
I get an extra blank item plus some strange formatting on my output when I use the :session key in a python source block. Here's a simple example showing the problem:
---------------
* Examples
#+BEGIN_SRC python :results output
print "hello"
print "bye"
print 2
#+END_SRC
#+RESULTS:
: hello
: bye
: 2
#+BEGIN_SRC python :results output :session
print "hello"
print "bye"
print 2
#+END_SRC
#+RESULTS:
:
: hello
: >>> bye
: >>> 2
reply other threads:[~2012-09-10 21:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40C7B1BFC291ED4E9D10436D07736A3347089E6710@EXMAIL7.haas.uc.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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).