Hello!

I'm trying to automatically update inline ditaa images, by adding this
advice:

,----
|   (advice-add 'org-babel-execute:ditaa
|               :after
|               (lambda (a &rest b)
|                 (message "my sage advice")
|                 (org-redisplay-inline-images)))
`----

When hitting =C-c C-c= in a =#+begin_src ditaa= block I *do* get my sage
advice printed to *Messages*, but inline images just blinks out of
existence. Is the image overlay removed at a higher level?

Any advice (hah!) welcome.

Stig

-- 
: Stig Brautaset, GNU Emacs 25.1.1, Org-mode version 8.3.6


Reply via email to