"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