emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Clear image cache


From: Russell Adams
Subject: [Orgmode] Clear image cache
Date: Thu, 20 May 2010 11:45:15 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

FYI,

I just updated to 6.36c and still have the issue of cached images not
refreshing. I had to apply this patch from the ML, which fixed it.

Love those inline R graphs!

Thanks.

--- org.el~     2010-05-13 13:10:48.000000000 -0500
+++ org.el      2010-05-20 10:12:45.000000000 -0500
@@ -15506,6 +15506,7 @@
 (defun org-remove-inline-images ()
   "Remove inline display of images."
   (interactive)
+  (clear-image-cache)
   (mapc 'delete-overlay org-inline-image-overlays)
   (setq org-inline-image-overlays nil))


------------------------------------------------------------------
Russell Adams                            address@hidden

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]