emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-redisplay-inline-images and export to HTML


From: Brett Viren
Subject: Re: [O] org-redisplay-inline-images and export to HTML
Date: Tue, 22 Jul 2014 09:57:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Nick Dokos <address@hidden> 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!  

-Brett.

Attachment: pgpC6PfyuveuM.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]