From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Tom <tmbdev@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: images rendering after execution?
Date: Wed, 18 Nov 2015 18:19:31 -0500 [thread overview]
Message-ID: <m2io4yyjy4.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <CABdbsnAJOwMDg3SO3sGZrLd-vNmvxboVndRY1WNhjV8gfGfbrg@mail.gmail.com>
I use this in my init files:
;; refresh images after running a block
(defun org-refresh-images ()
"Refreshes images displayed inline."
(interactive)
(org-remove-inline-images)
(org-display-inline-images))
(add-hook 'org-babel-after-execute-hook
(lambda () (org-refresh-images)))
it refreshes images each time I run a block.
Tom writes:
> 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
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
prev parent reply other threads:[~2015-11-18 23:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 17:56 images rendering after execution? Tom
2015-11-18 23:19 ` John Kitchin [this message]
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=m2io4yyjy4.fsf@andrew.cmu.edu \
--to=jkitchin@andrew.cmu.edu \
--cc=emacs-orgmode@gnu.org \
--cc=tmbdev@gmail.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).