Re: org-publish-cache-get-file-property errors out

2025-04-22 Thread Ihor Radchenko
reza writes: > Hello Orgers > > I am not sure if it is a bug, but when I call > > (org-publish-find-title "/absolute/path/to/org/file.org" '("")) > ... > in the funtion org-publish-cache-get-file-property where > org-publish-transient-cache is initialized with nil. It is a documentation bug. `

org-publish-cache-get-file-property errors out

2025-04-21 Thread reza
Hello Orgers I am not sure if it is a bug, but when I call (org-publish-find-title "/absolute/path/to/org/file.org" '("")) I get an error "Wrong type argument: hash-table-p, nil", I assume from the snippet (gethash (cons filename property) org-publish-transient-cache) in the funtion org-pu