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:
parent
8bea06ce93
commit
9a02750501
|
@ -16812,7 +16812,7 @@ buffer boundaries with possible narrowing."
|
||||||
(org-element-end link))
|
(org-element-end link))
|
||||||
(unless (eolp) (skip-chars-backward " \t"))
|
(unless (eolp) (skip-chars-backward " \t"))
|
||||||
(point)))))
|
(point)))))
|
||||||
;; FIXME: See bug#59902. We cannot rely
|
;; See bug#59902. We cannot rely
|
||||||
;; on Emacs to update image if the file
|
;; on Emacs to update image if the file
|
||||||
;; has changed.
|
;; has changed.
|
||||||
(image-flush image)
|
(image-flush image)
|
||||||
|
|
Loading…
Reference in New Issue