Re: [Orgmode] Re: Clear image cache

2010-05-21 Thread John Wiegley
On May 21, 2010, at 9:38 AM, Tassilo Horn wrote: > Out of interested: is patchwork integrated with the git repo, so that it > could automatically check if a patch was applied? And even better: see > that this patch was now reverted and thus shouldn't be listed as > "accepted" anymore? No, it is

Re: [Orgmode] Re: Clear image cache

2010-05-20 Thread Nick Dokos
Dan Davison wrote: > Could someone tell me how to find out which commit corresponds to a > certain release (e.g. 6.36c)? > Do ``git fetch --tags'', then ``git tag'' to see the list of tags: ... release_6.35i release_6.36 release_6.36c test_5.21_tagging Then ``git show release_6.36c'': ,---

Re: [Orgmode] Re: Clear image cache

2010-05-20 Thread Russell Adams
FYI, That was from a ML post, I cannot take credit. Thanks to who posted it, it helped me out! In response to the other, I just downloaded 6.36c from the website *today* and had to apply that patch to make it work. Thanks. On Thu, May 20, 2010 at 06:25:26PM -0400, John Wiegley wrote: > On May 2

Re: [Orgmode] Re: Clear image cache

2010-05-20 Thread John Wiegley
On May 20, 2010, at 6:14 PM, Dan Davison wrote: > This issue was supposed to have been fixed by commit > 14449202535562b3d3d91c753fdead00a64caa79, see Russell's patch was just applied, let me know if it is unnecessary and should be reverted. John ___