emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#37333: closed (Org-mode python output not working)


From: GNU bug Tracking System
Subject: bug#37333: closed (Org-mode python output not working)
Date: Fri, 22 May 2020 12:14:01 +0000

Your message dated Fri, 22 May 2020 14:12:54 +0200
with message-id <address@hidden>
and subject line Re: bug#37333: Org-mode python output not working
has caused the debbugs.gnu.org bug report #37333,
regarding Org-mode python output not working
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37333: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37333
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Org-mode python output not working Date: Sat, 7 Sep 2019 13:19:25 -0400
In the following block:

#+BEGIN_SRC python :results value :session
def f():
    return 5
f()
#+END_SRC

It gives the message

"Code block returned no value"

when trying to run it. This is clearly not intended behavior, as

#+BEGIN_SRC python :results value :session
def f():
    return 5
f()
10
#+END_SRC

#+RESULTS:
: 10

works perfectly fine. Does anyone else have this issue?

--- End Message ---
--- Begin Message --- Subject: Re: bug#37333: Org-mode python output not working Date: Fri, 22 May 2020 14:12:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Hi Michael,

Bastien <address@hidden> writes:

> I cannot reproduce this bug with latest Org from the master branch.
> If you can, let me know.  Otherwise, I'll close this bug in a month
> or so.

I am closing this bug report now.  If this is still a problem, please
test again latest Org and report it to address@hidden.

-- 
 Bastien


--- End Message ---

reply via email to

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