Hi François, > Real fun would be that any "C-c C-c" which triggers the re-computation > of an already displayed graphics, merely gets the displayed graphics > to get updated in place, without any more special interaction needed > to re-in-line it.
The following discussion can help http://article.gmane.org/gmane.emacs.orgmode/34194 to set : (add-hook 'org-babel-after-execute-hook 'org-display-inline-images) If you also want to skip the confirmation by babel on evaluation, see : (info "(org)Code evaluation security") HTH, IP