Re: [O] Bug: org-publish-find-title called before cache initialization signals "no cache present" [8.3.1 (release_8.3.1-505-g6b2c38 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-12-07 Thread Arun Isaac
Nicolas Goaziou writes: > IIUC, you are responsible for calling `org-publish-find-title', an > internal "ox-publish" function, before `org-publish-cache' is > initialized. In this case I tend to think that you are also responsible > for taking care of the cache. Is

Re: [O] Bug: org-publish-find-title called before cache initialization signals "no cache present" [8.3.1 (release_8.3.1-505-g6b2c38 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-12-06 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > If org-publish-find-title is called before org-publish-cache is > initialized (by some routine calling org-publish-initialize-cache), a > "no cache present" error is signalled. > > This happens because org-publish-find-title does not

[O] Bug: org-publish-find-title called before cache initialization signals "no cache present" [8.3.1 (release_8.3.1-505-g6b2c38 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-12-02 Thread Arun Isaac
If org-publish-find-title is called before org-publish-cache is initialized (by some routine calling org-publish-initialize-cache), a "no cache present" error is signalled. This happens because org-publish-find-title does not pass a PROJECT-NAME argument to org-publish-cache-get-file-property.