[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using Org and eev together - problem with source blocks
From: |
Ken Mankoff |
Subject: |
Re: Using Org and eev together - problem with source blocks |
Date: |
Sun, 10 Nov 2019 11:39:30 +0100 |
User-agent: |
mu4e 0.9.18; emacs 26.3 |
On 2019-11-10 at 02:54 +01, Eduardo Ochs <address@hidden> wrote...
> #+BEGIN_SRC python
> def square (x):
> return x*x
>
> print(square(5))
> #+END_SRC
>
> [...] when I run the Python block with C-c C-c I always get a results
> block like this (without the indentation):
>
> #+RESULTS:
> : None
>
> What am I doing wrong? I expected an output of "25"... =(
Adding ":output results" makes this work for me, but I'm not using emacs24.
-k.