E Sabof <esa...@gmail.com> writes: > I have the org snippet below. What I would like, is to see the > rendered image when I press C-c C-c. I can achieve this with the elisp > snippet below. Is there a "proper", or at least a better way of doing > this?
Not tested but should work: (add-hook 'org-babel-after-execute-hook 'org-redisplay-inline-images) HTH, -- Bastien