From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Viren Subject: Re: org-redisplay-inline-images and export to HTML Date: Tue, 22 Jul 2014 09:57:23 -0400 Message-ID: References: <87vbqq5mku.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9aZq-0006oo-0j for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 09:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9aZh-0005N8-0e for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 09:57:57 -0400 Received: from smtpgw.bnl.gov ([2620:10a:0:3::30]:8268 helo=iron4.sec.bnl.local) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9aZg-0005Et-GB for emacs-orgmode@gnu.org; Tue, 22 Jul 2014 09:57:48 -0400 In-Reply-To: <87vbqq5mku.fsf@alphaville.bos.redhat.com> (Nick Dokos's message of "Mon, 21 Jul 2014 19:17:05 -0400") 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: Nick Dokos Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Nick Dokos writes: > I think you'd be better off with the tip that Rick Frankel posted in > the same thread: > > #+BEGIN_SRC emacs-lisp > (add-hook 'org-babel-after-execute-hook > (lambda () (org-display-inline-images nil t))) > #+END_SRC Thanks Nick (and Rick). I changed this to use the "re" version: #+BEGIN_SRC emacs-lisp (add-hook 'org-babel-after-execute-hook (lambda () (org-redisplay-inline-images))) #+END_SRC and it works great!=20=20 =2DBrett. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlPObcMACgkQEixH2Z0dKCyBjACgoo4pTI+uaGjLw8Ge4vHJKQME 4fwAn0f3Tas29P5vmI72EzbZ00gEFajY =/+sl -----END PGP SIGNATURE----- --=-=-=--