Ihor Radchenko writes:
> We need to come up with same safe way to only display inline images in
> the results when those images are actually updated interactively.
> We might even need a new kind of hook that is given more contextual info
> about code evaluation.
Any ideas?
This patch seems stuc
stardiviner writes:
> I updated the patch.
Thanks!
> +
> +(add-hook 'org-babel-after-execute-hook 'org-toggle-inline-image-in-results)
Please note that `org-babel-after-execute-hook' is not necessarily
evaluated with point at the src block being executed.
> +(defun org-toggle-inline-image-in-
[ Adding Org ML back to CC ]
"Christopher M. Miles" writes:
>> A simple `org-display-inline-images' would do (with REFRESH argument).
>
> I will adjust my upper code snippet in my Emacs config.
I myself have something similar in my config:
(add-hook
'org-babel-after-execute-hook
(lambda ()