emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Clear image cache


From: Dan Davison
Subject: [Orgmode] Re: Clear image cache
Date: Thu, 20 May 2010 18:14:19 -0400
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Russell Adams <address@hidden> 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                            address@hidden
>
> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

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