求助各位大神,用org-mode写个人博客,导出HTML时遇到这样一个问题: 文件更改以后,自动生成的sitemap文件时间戳和文件名不会同步更新,需要把缓存文件夹(默认为~/.timestamps,手动更改为~/org/.cache)删除然后再重新发布,才会刷新。 在网上搜一圈找不到解决方案,请各位道友支招。感谢 :::
It is a bug.
Gotcha
May you try [PATCH] ox-publish: Do not store :title, :date, and :index in project cache ?
You will need to clear the existing publishing cache before applying the patch.
您可以尝试[PATCH] ox-publish: Do not store :title, :date, and :index in project cache
在应用补丁之前,您需要清除现有的发布缓存。
TYSM. I’ll try it later.