emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [Babel][BUG] Executing python code fails due to indentation er


From: Seth Burleigh
Subject: [Orgmode] [Babel][BUG] Executing python code fails due to indentation error
Date: Mon, 6 Sep 2010 18:06:49 -0500

#+begin_src python
def add(a,b):
   return a+b
def sub(a,b):
   return a-b
#+end_src

Fails to execute due to 'unexpected indentation' in general, this is a problem for copy/pasting into any emacs python shell, it wont work. 

reply via email to

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