Re: [O] [PATCH] Fix and optimize publishing cache check

2014-08-14 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Here is an improved version of the previous patch (please apply it > rather than the previous). Thank you for the patch. > This version further optimizes cache checking by only calling > find-buffer-visiting if necessary. (It also fixes some long lines.) On > a tes

Re: [O] [PATCH] Fix and optimize publishing cache check

2014-08-12 Thread Matt Lundin
Here is an improved version of the previous patch (please apply it rather than the previous). This version further optimizes cache checking by only calling find-buffer-visiting if necessary. (It also fixes some long lines.) On a test project containing 5000 files, running org-publish on the project

[O] [PATCH] Fix and optimize publishing cache check

2014-08-12 Thread Matt Lundin
This patch does two things: 1. It prevents org-publish from perpetually republishing files containing includes. Currently, if an included file changes, it is published, as is the file that includes it. However, until changes are made in the file that includes it (which may be never) its modificati