From 9a02750501f1a8cfbf401d8818b5e607ed71f9ac Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Mon, 20 May 2024 15:10:31 +0200 Subject: [PATCH] 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. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 5e9f479fb..67f0465a6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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)