Re: [O] python/babel inline images

2012-06-07 Thread henry atting
"Mikhail Titov" writes: >> -Original Message- >> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- >> bounces+mlt=gmx...@gnu.org] On Behalf Of henry atting >> Sent: Wednesday, June 06, 2012 10:19 AM >> To: emacs-orgmode@gnu.org

Re: [O] python/babel inline images

2012-06-07 Thread Mikhail Titov
> -Original Message- > From: henry atting [mailto:nsmp...@online.de] > Sent: Thursday, June 07, 2012 3:43 AM > To: Mikhail Titov > Cc: 'henry atting'; emacs-orgmode@gnu.org > Subject: Re: python/babel inline images > > >> The code itself works flawlessly. So > >> the workaround which I alr

Re: [O] python/babel inline images

2012-06-06 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte > Sent: Wednesday, June 06, 2012 2:25 PM > To: Mikhail Titov > Cc: emacs-orgmode@gnu.org; 'henry atting' >

Re: [O] python/babel inline images

2012-06-06 Thread Eric Schulte
"Mikhail Titov" writes: > > Meanwhile I've noticed that I can't return back from editing python code in > a sub-editing buffer. C-c ' does not work and M-x org-edit-src-exit says > "This is not a sub-editing buffer, something is wrong". > This works on my system, perhaps the problem is due to so

Re: [O] python/babel inline images

2012-06-06 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of henry atting > Sent: Wednesday, June 06, 2012 10:19 AM > To: emacs-orgmode@gnu.org > Subject: Re: [O] python/babel inline images >

Re: [O] python/babel inline images

2012-06-06 Thread Eric Schulte
; Cc: emacs-orgmode@gnu.org >> Subject: Re: [O] python/babel inline images >> >> I'm not python expert, but the code block should be run in your current >> directory, e.g., the following outputs the current working path expected >> for me. >> >> #+begi

Re: [O] python/babel inline images

2012-06-06 Thread henry atting
I don't think its a path problem. The code itself works flawlessly. So the workaround which I already have used is to link to the resulting image. The only drawback with this solution is that after every evaluation I have to remove the empty `'Results:' but the heck with it, I can live with it happ

Re: [O] python/babel inline images

2012-06-05 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte > Sent: Tuesday, June 05, 2012 9:57 AM > To: henry atting > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] python/babel i

Re: [O] python/babel inline images

2012-06-05 Thread William LÉCHELLE
At Tue, 05 Jun 2012 08:57:19 -0600, Eric Schulte wrote: > > henry atting writes: > > > Hi, > > > > I do not succeed in generating an inline image as a result of a > > python code block. The code itself works, C-c C-c generates the > > according picture, but only in my home directory. The code bl

Re: [O] python/babel inline images

2012-06-05 Thread Eric Schulte
henry atting writes: > Hi, > > I do not succeed in generating an inline image as a result of a > python code block. The code itself works, C-c C-c generates the > according picture, but only in my home directory. The code block: > > -*- org-babel-python-command: "python3" -*- > #+begin_src python

Re: [O] python/babel inline images

2012-06-05 Thread Brett Viren
henry atting writes: > I do not succeed in generating an inline image as a result of a > python code block. The code itself works, C-c C-c generates the > according picture, but only in my home directory. The code block: Could you not just follow the block with a hand-written link to the output