Re: [PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-05-03 Thread Ihor Radchenko
Thomas Ingram writes: >> What about the call to `org-publish-cache-get-file-property' in >> `org-publish-index-generate-theindex'? > > I was not familiar with the usage of theindex, but I confirmed the same > cache error can occur if called when `org-publish-transient-cache' is > nil. I've added

Re: [PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-05-02 Thread Thomas Ingram
> What about the call to `org-publish-cache-get-file-property' in > `org-publish-index-generate-theindex'? I was not familiar with the usage of theindex, but I confirmed the same cache error can occur if called when `org-publish-transient-cache' is nil. I've added that to my patch as well. >> I

Re: [PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-04-27 Thread Ihor Radchenko
Thomas Ingram writes: > Thanks, I've reformatted my patch to follow that format. I have also > reached out to the FSF regarding copyright assignment. Please let me > know if any other corrections are needed. Note that you do not have to do the copyright assignment for a small patch like this o

Re: [PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-04-27 Thread Thomas Ingram
Hi Ihor, > Please follow our changelog format as described in > https://orgmode.org/worg/org-contribute.html#commit-messages > > Also, please add TINYCHANGE cookie as you do not appear to have a > copyright assignment. Thanks, I've reformatted my patch to follow that format. I have also reached

Re: [PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-04-27 Thread Ihor Radchenko
Thomas Ingram writes: > I have attached a small patch that corrects this issue. I added the > PROJECT-NAME argument to the calls to `org-publish-cache-get-file-property'. > That ensures the cache is always initialized for the project. > > * Recreate the Error > ... Thanks for the patch! May you