From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: images rendering after execution? Date: Wed, 18 Nov 2015 09:56:01 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1fdbe1c83db0524d45c43 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz6xy-0007xy-HE for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 12:56:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz6xx-0002rs-NE for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 12:56:22 -0500 Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:35712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz6xx-0002ro-IO for emacs-orgmode@gnu.org; Wed, 18 Nov 2015 12:56:21 -0500 Received: by igl9 with SMTP id 9so107349374igl.0 for ; Wed, 18 Nov 2015 09:56:20 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c1fdbe1c83db0524d45c43 Content-Type: text/plain; charset=UTF-8 I know I can insert an image with something like: #+begin_src python :session :results file savefig('test.png') 'test.png' #+end_src #+RESULTS: [[file:test.png]] However, even when I choose to display images inline, the output from a computation like this will always be rendered as a link; only after toggling image display twice will the image render inline. Is there some option that always renders images returned by source code blocks inline immediately? None of the options I found in the documentation seemed to work. Thanks, Tom --001a11c1fdbe1c83db0524d45c43 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I know I can insert an image with something like= :

#+begin_src python :session :results file
savefig('test.png= ')
'test.png'
#+end_src

#+RESULTS:
[[file:test.= png]]

However, even when I choose to display images inline, the outp= ut from a computation like this will always be rendered as a link; only aft= er toggling image display twice will the image render inline.

= Is there some option that always renders images returned by source code blo= cks inline immediately? None of the options I found in the documentation se= emed to work.

Thanks,
Tom
--001a11c1fdbe1c83db0524d45c43--