Function: org-redisplay-inline-images

org-redisplay-inline-images is an interactive and byte-compiled function defined in org.el.gz.

Signature

(org-redisplay-inline-images)

Documentation

Assure display of inline images and refresh them.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-redisplay-inline-images ()
  "Assure display of inline images and refresh them."
  (interactive)
  (org-toggle-inline-images)
  (unless org-inline-image-overlays
    (org-toggle-inline-images)))