all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Strange python output using session
@ 2012-09-10 21:08 Richard Stanton
  0 siblings, 0 replies; only message in thread
From: Richard Stanton @ 2012-09-10 21:08 UTC (permalink / raw
  To: emacs-orgmode@gnu.org

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-10 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10 21:08 Strange python output using session Richard Stanton

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.