On 2014-07-11 20:28, Ken Mankoff wrote:
Try (org-redisplay-inline-images). Note "re".

#+BEGIN_SRC <lang> :post (org-redisplay-inline-images)
#+END_SRC
#+RESULTS:

I believe it is on WORG somewhere:

#+BEGIN_SRC emacs-lisp
(add-hook 'org-babel-after-execute-hook
(lambda () (org-display-inline-images nil t)))
#+END_SRC

rick

Reply via email to