From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Clear image cache Date: Thu, 20 May 2010 18:14:19 -0400 Message-ID: <871vd6te4k.fsf@stats.ox.ac.uk> References: <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=43314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFE0Z-0005FV-Rg for emacs-orgmode@gnu.org; Thu, 20 May 2010 18:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFE0W-0003tb-MR for emacs-orgmode@gnu.org; Thu, 20 May 2010 18:14:27 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:59084) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFE0W-0003tF-F0 for emacs-orgmode@gnu.org; Thu, 20 May 2010 18:14:24 -0400 Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id o4KMENlD002020 for ; Thu, 20 May 2010 23:14:23 +0100 (BST) In-Reply-To: <20100520164515.GK26674@thinkpad.adamsinfoserv.com> (Russell Adams's message of "Thu, 20 May 2010 11:45:15 -0500") 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 Russell Adams writes: > 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. Hi Russell, This issue was supposed to have been fixed by commit 14449202535562b3d3d91c753fdead00a64caa79, see http://article.gmane.org/gmane.emacs.orgmode/25149 Indeed, I am getting automatic refresh of R images. My understanding is that 6.36 corresponds to d56d417bc214088114e10c959ce78bee2d26635d and therefore should include the above commit. Could you double check that you don't have a stale org.elc? Dan > > 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 > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode