Thanks for the review. Pushed with the changes you suggested.
Paul Eggert writes:
> * lisp/ox-publish.el (org-publish-cache-mtime-of-src):
> Rename from org-publish-cache-ctime-of-src, since it
> has always cached mtime not ctime. All uses changed.
Thanks! mtime is indeed more accurate.
Note that your patch does not apply onto main.
Also, please define
* lisp/ox-publish.el (org-publish-cache-mtime-of-src):
Rename from org-publish-cache-ctime-of-src, since it
has always cached mtime not ctime. All uses changed.
---
lisp/ox-publish.el | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/lisp/ox-publish.el b/l