org-display-inline-images

org-display-inline-images is an interactive compiled Lisp function in `org.el'.


(org-display-inline-images &optional INCLUDE-LINKED REFRESH BEG END)

Display inline images.
Normally only links without a description part are inlined, because this
is how it will work for export. When INCLUDE-LINKED is set, also links
with a description part will be inlined. This can be nice for a quick
look at those images, but it does not reflect what exported files will look
like.
When REFRESH is set, refresh existing images between BEG and END.
This will create new image displays only if necessary.
BEG and END default to the buffer boundaries.