emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>,
	Gary Oberbrunner <garyo@oberbrunner.com>
Subject: Re: Fwd: run python from org, draft
Date: Fri, 29 Mar 2013 10:20:06 -0600	[thread overview]
Message-ID: <87ehey6upd.fsf@gmail.com> (raw)
In-Reply-To: 5155B346.3060708@easy-emacs.de

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> Am 29.03.2013 16:09, schrieb Eric Schulte:
>>>> with current
>>>>
>>>> GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.14) of 2013-03-05
>>>>
>>>> Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @
>>>> MY_PATH/emacs-24.3/lisp/org/)
>>>>
>>>> python from org-source seems completely broken.
>>>>
>>>> For example:
>>>>
>>>> #+BEGIN_SRC python
>>>> 1+2
>>>> #+END_SRC
>>>>
>>>> #+RESULTS:
>>>> : None
>>>>
>>>>
>>> Weird. With all the testing we did last week, I'm surprised that this is
>>> the case with me as well. I'm also getting no results with Org 8.0-pre and
>>> Emacs 24.3.1.
>>>
>>
>> Because of quirks of the python language,
>
> or rather the quirks of org-babel? ;)
>
>   when executing outside of a
>> session, it is necessary to explicitly specify a return.
>>
>> For example.
>>
>>      #+begin_src python
>>        return 1+2
>>      #+end_src
>>
>>      #+RESULTS:
>>      : 3
>>
>> or
>>
>>      #+begin_src python :return x
>>        x = 1+2
>>      #+end_src
>>
>>      #+RESULTS:
>>      : 3
>>
>> This is clearly stated in the Python documentation on Worg.
>> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html
>>
>> Thanks,
>>
>
> IMO org-babel should be able to run source code as is.

A valid opinion, in fact I think I defended that point of view myself,
and we used to wrap python code in a function so that we could easily
return the result of the block without an explicit return statement.
However people who use Python more than myself argued for the current
behavior and made a convincing point.  Please look back through the
mailing list archives to see the discussion if you're not convinced.

> 
> If an org-mode specific modification is required at such a trivial
> form, what to expect wrt complex environments?
>

People have been using Org-mode's code block support for years, often in
complex environments.  However they tend to get along better if they
read the documentation.

>
> BTW this fails also:
>
> #+begin_src python
> print "Hello, world!"
> #+end_src python
>
> #+RESULTS:
> : None
>

Because it does not return any value, and you are asking for the value,
if you add ":results output" to the header of that code block you'll get
what you appear to expect.  I acknowledge that there are a host of
header arguments and things to learn (value vs. output, language
specific quirks etc...) to enable sophisticated use of code blocks in
Org-mode.  The best way to learn this stuff is through the
documentation, *not* through repeatedly sending non working examples to
the mailing list.

>
>
> Can't see a consistent behavior so far.
>
> Why not follow the path given, which avoids the artistics?
>

I don't understand this last sentences at all.

>
>
> Andreas
>
>
>

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

  reply	other threads:[~2013-03-29 16:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-28 21:55 run python from org, draft Andreas Röhler
     [not found] ` <CAFChFyjZyxcnH1_jSWEUgXNkvJ0c3F8f4ojQa_EtPov2TjtziQ@mail.gmail.com>
2013-03-29 12:11   ` Fwd: " Gary Oberbrunner
2013-03-29 14:47     ` Andreas Röhler
2013-03-29 14:57       ` John Hendy
2013-03-29 15:09         ` Eric Schulte
2013-03-29 15:29           ` Andreas Röhler
2013-03-29 16:20             ` Eric Schulte [this message]
2013-03-29 16:49               ` Andreas Röhler
2013-03-29 16:59                 ` Eric Schulte
2013-03-29 18:33                   ` Evan Misshula
2013-03-29 18:50                     ` Eric Schulte
2013-03-29 19:04                       ` Evan Misshula
     [not found]             ` <CAFChFyhRbz6hh-NyOZTfdKJcTPh=F3J=07k2fR9p+A9Wig_pRA@mail.gmail.com>
2013-03-29 20:10               ` Fwd: " Gary Oberbrunner
2013-03-29 20:58                 ` Andreas Röhler
2013-03-31 20:04                   ` Gary Oberbrunner
2013-03-29 15:35           ` John Hendy
     [not found]             ` <CAFChFyhOrPVS2E5CE9H2+zX5TFV4D-themQbjx2DaSx-WmG14g@mail.gmail.com>
2013-03-29 20:11               ` Fwd: " Gary Oberbrunner
2013-03-29 15:50           ` John Hendy
2013-03-29 16:23             ` Eric Schulte
2013-03-29 16:47               ` Eric Schulte
2013-03-29 19:06                 ` Andreas Röhler
2013-03-29 20:04                 ` Andreas Röhler
2013-03-29 19:59           ` Gary Oberbrunner
2013-03-29 20:15             ` Andreas Röhler
2013-03-29 20:25             ` Eric Schulte
2013-03-29 20:45               ` Gary Oberbrunner
2013-03-29 21:13                 ` Eric Schulte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ehey6upd.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=andreas.roehler@easy-emacs.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=garyo@oberbrunner.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).