emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel -- Improper syntax error in session mode?
@ 2011-06-19 21:54 Herbert Sitz
  2011-06-19 23:21 ` Eric Schulte
  0 siblings, 1 reply; 25+ messages in thread
From: Herbert Sitz @ 2011-06-19 21:54 UTC (permalink / raw)
  To: emacs-orgmode

I have a code block that evaluates fine in non-session mode but which gives
syntax error in session mode.  Since it works fine in non-session mode I assume
this is a bug?:

----------------------------
#+begin_src python :results output :session mypy 
x = 1
for i in range(1,5):
  x = x + i
  print x
print "Did it work?"
#+end_src

#+results:
: File "<stdin>", line 4
:     print "Did it work?"
:         ^
: SyntaxError: invalid syntax
--------------------------------

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2011-06-27 18:22 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-19 21:54 org-babel -- Improper syntax error in session mode? Herbert Sitz
2011-06-19 23:21 ` Eric Schulte
2011-06-20  1:59   ` Herbert Sitz
2011-06-20  2:12   ` Herbert Sitz
2011-06-20  3:17     ` Nick Dokos
2011-06-20  3:46       ` Herbert Sitz
2011-06-20 19:23       ` Eric Schulte
2011-06-20 20:45         ` Herbert Sitz
2011-06-20 21:15           ` Eric Schulte
2011-06-20 23:16             ` Herbert Sitz
2011-06-21  0:08               ` Nick Dokos
2011-06-21  0:27                 ` Herbert Sitz
     [not found]                   ` <hesitz@gmail.com>
2011-06-21  1:17                     ` Nick Dokos
2011-06-21  2:19               ` Eric Schulte
2011-06-21  5:13                 ` Herbert Sitz
2011-06-21  7:15                   ` Thomas S. Dye
2011-06-21 15:35                     ` Herbert Sitz
2011-06-21 16:27                       ` Thomas S. Dye
2011-06-21 17:42                         ` Eric Schulte
2011-06-21 17:51                         ` Herbert Sitz
2011-06-21 17:52                       ` Eric Schulte
2011-06-27 18:09                         ` Herbert Sitz
2011-06-21 17:26                   ` Eric Schulte
2011-06-27 18:22                     ` Herbert Sitz
2011-06-20 21:18     ` Jambunathan K

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).