emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Clear image cache
@ 2010-05-20 16:45 Russell Adams
  2010-05-20 22:14 ` Dan Davison
  0 siblings, 1 reply; 9+ messages in thread
From: Russell Adams @ 2010-05-20 16:45 UTC (permalink / raw)
  To: emacs-orgmode

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                            RLAdams@AdamsInfoServ.com

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

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-05-21 15:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-20 16:45 Clear image cache Russell Adams
2010-05-20 22:14 ` Dan Davison
2010-05-20 22:25   ` John Wiegley
2010-05-21  3:06     ` Russell Adams
2010-05-21  3:41       ` Dan Davison
2010-05-21  3:59         ` Nick Dokos
2010-05-21  9:01         ` John Wiegley
2010-05-21 13:38           ` Tassilo Horn
2010-05-21 15:01             ` John Wiegley

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).