lisp/org.el (org-display-inline-images): Remove FIXME

Addressing this FIXME would include implementing image cache flushing
feature in Emacs itself.  A bit too much for a FIXME in Org code.
This commit is contained in:
Ihor Radchenko 2024-05-20 15:10:31 +02:00
parent 8bea06ce93
commit 9a02750501
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -16812,7 +16812,7 @@ buffer boundaries with possible narrowing."
(org-element-end link))
(unless (eolp) (skip-chars-backward " \t"))
(point)))))
;; FIXME: See bug#59902. We cannot rely
;; See bug#59902. We cannot rely
;; on Emacs to update image if the file
;; has changed.
(image-flush image)