GNU bug report logs - #37333
Org-mode python output not working

Previous Next

Package: org-mode;

Reported by: JohnMichaelWu <at> gmail.com

Date: Sat, 7 Sep 2019 17:22:02 UTC

Severity: normal

Done: Bastien <bzg <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Bastien <bzg <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37333: closed (Org-mode python output not working)
Date: Fri, 22 May 2020 12:14:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 22 May 2020 14:12:54 +0200
with message-id <87mu60goc9.fsf <at> bzg.fr>
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
help-debbugs <at> gnu.org.)


-- 
37333: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37333
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Wu <john.michael.wu <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Org-mode python output not working
Date: Sat, 7 Sep 2019 13:19:25 -0400
[Message part 3 (text/plain, inline)]
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?
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Bastien <bzg <at> gnu.org>
To: Michael Wu <john.michael.wu <at> gmail.com>
Cc: 37333-done <at> debbugs.gnu.org, JohnMichaelWu <at> gmail.com
Subject: Re: bug#37333: Org-mode python output not working
Date: Fri, 22 May 2020 14:12:54 +0200
Hi Michael,

Bastien <bzg <at> gnu.org> 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 emacs-orgmode <at> gnu.org.

-- 
 Bastien


This bug report was last modified 5 years and 1 day ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.