emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-babel -- Improper syntax error in session mode?


From: Herbert Sitz
Subject: [O] org-babel -- Improper syntax error in session mode?
Date: Sun, 19 Jun 2011 21:54:07 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]