From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: How to call org-display-inline-images so that after a graphviz block is evaluated the image is refreshed? Date: Sat, 12 Jul 2014 10:23:51 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5z9V-0001G2-Hv for emacs-orgmode@gnu.org; Sat, 12 Jul 2014 11:23:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5z9U-0001gB-Fk for emacs-orgmode@gnu.org; Sat, 12 Jul 2014 11:23:53 -0400 Received: from mail-oa0-x230.google.com ([2607:f8b0:4003:c02::230]:47523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5z9U-0001g1-95 for emacs-orgmode@gnu.org; Sat, 12 Jul 2014 11:23:52 -0400 Received: by mail-oa0-f48.google.com with SMTP id m1so2516947oag.35 for ; Sat, 12 Jul 2014 08:23:51 -0700 (PDT) In-Reply-To: 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: Ken Mankoff Cc: "emacs-orgmode@gnu.org" Perfect! Grant Rettke | ACM, ASA, FSF, IEEE, SIAM gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Fri, Jul 11, 2014 at 7:28 PM, Ken Mankoff wrote: > > Try (org-redisplay-inline-images). Note "re". > > #+BEGIN_SRC :post (org-redisplay-inline-images) > #+END_SRC > #+RESULTS: > > -k. > > * On 2014-07-11 at 20:14, Grant Rettke wrote: >> Hi, >> >> The ability to use graphviz in an org document is stellar and makes it >> so much more productive to use org. >> >> Combined with inline image display, it is a powerhouse combo. >> >> After evaluating my source block, I would like to refresh the generated = image. >> >> Thus far, I just call org-display-inline-image. >> >> What is the best way to automate it so that the images are always up to = date? >> >> Kind regards, >> >> Grant Rettke | ACM, ASA, FSF, IEEE, SIAM >> gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ >> =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates >> ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) >> =E2=80=9CLife has become immeasurably better since I have been forced to= stop >> taking it seriously.=E2=80=9D --Thompson >