Re: [PROPOSED-PATCH] ox-publish: fix typo in function name

2022-07-24 Thread Paul Eggert
Thanks for the review. Pushed with the changes you suggested.

Re: [PROPOSED-PATCH] ox-publish: fix typo in function name

2022-07-24 Thread Ihor Radchenko
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

[PROPOSED-PATCH] ox-publish: fix typo in function name

2022-07-23 Thread Paul Eggert
* 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