emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rick Frankel <rick@rickster.com>
To: Ken Mankoff <mankoff@gmail.com>
Cc: emacs-orgmode@gnu.org, Grant Rettke <gcr@wisdomandwonder.com>
Subject: Re: How to call org-display-inline-images so that after a  graphviz block is evaluated the image is refreshed?
Date: Mon, 14 Jul 2014 11:26:32 -0400	[thread overview]
Message-ID: <61c7d3caa2a7bfeaf26161986e4978ea@mail.rickster.com> (raw)
In-Reply-To: <m2wqbj8ln0.fsf@gmail.com>

On 2014-07-11 20:28, Ken Mankoff wrote:
> Try (org-redisplay-inline-images). Note "re".
> 
> #+BEGIN_SRC <lang> :post (org-redisplay-inline-images)
> #+END_SRC
> #+RESULTS:

I believe it is on WORG somewhere:

#+BEGIN_SRC emacs-lisp
(add-hook 'org-babel-after-execute-hook
(lambda () (org-display-inline-images nil t)))
#+END_SRC

rick

  parent reply	other threads:[~2014-07-14 15:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-12  0:14 How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed? Grant Rettke
2014-07-12  0:28 ` Ken Mankoff
2014-07-12 15:23   ` Grant Rettke
2014-07-14 15:26   ` Rick Frankel [this message]
2014-07-14 22:10     ` John Kitchin
2014-07-28 15:11     ` Sebastien Vauban
2014-07-28 15:19       ` Bastien
2014-08-04 14:18         ` Sebastien Vauban

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=61c7d3caa2a7bfeaf26161986e4978ea@mail.rickster.com \
    --to=rick@rickster.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=gcr@wisdomandwonder.com \
    --cc=mankoff@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).