Function: org-link-preview-refresh

org-link-preview-refresh is an autoloaded, interactive and byte-compiled function defined in ol.el.gz.

Signature

(org-link-preview-refresh)

Documentation

Assure display of link previews in buffer and refresh them.

Key Bindings

Aliases

org-redisplay-inline-images (obsolete since 9.8)

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
;;;###autoload
(defun org-link-preview-refresh ()
  "Assure display of link previews in buffer and refresh them."
  (interactive)
  (org-link-preview-region nil t (point-min) (point-max)))