emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] real-time image rendering


From: Sebastien Vauban
Subject: Re: [O] real-time image rendering
Date: Sun, 05 Oct 2014 23:16:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (windows-nt)

"Doyley, Marvin M." wrote:
> This works better
>  (add-hook 'org-babel-after-execute-hook
>            'org-display-inline-images)

Why better?  For which reason?

Why not this:

--8<---------------cut here---------------start------------->8---
  (add-hook 'org-babel-after-execute-hook
            (lambda ()
              (org-display-inline-images nil t)))
                                      ; more efficient with refresh == t
--8<---------------cut here---------------end--------------->8---

?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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