From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Clear image cache Date: Thu, 20 May 2010 11:45:15 -0500 Message-ID: <20100520164515.GK26674@thinkpad.adamsinfoserv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41131 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF8sJ-0006SA-Dt for emacs-orgmode@gnu.org; Thu, 20 May 2010 12:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF8sD-0008LX-O0 for emacs-orgmode@gnu.org; Thu, 20 May 2010 12:45:35 -0400 Received: from squirtle.drak.net ([72.52.144.201]:39083) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF8sD-0008LC-JF for emacs-orgmode@gnu.org; Thu, 20 May 2010 12:45:29 -0400 Received: from [12.104.14.151] (helo=localhost) by squirtle.drak.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1OF8rx-0002gw-Um for emacs-orgmode@gnu.org; Thu, 20 May 2010 11:45:14 -0500 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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