Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-18 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I use this to avoid having to publish the whole project each time > I add a post. This is the default behaviour when publishing a project: it only re-publishes modified files and the sitemap/index. > I would like to just publish

Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-18 Thread Vikas Rawal
> >> I have been using the following code block to generate a sitemap for my >> org-jkyll based blog. >> >> #+begin_src emacs-lisp :results output silent :exports none :cache yes >> (org-publish-sitemap >> (assoc "indblog" org-publish-project-alist) >> "sitemap.org") >> #+end_src >> >> I

Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-15 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I have been using the following code block to generate a sitemap for my > org-jkyll based blog. > > #+begin_src emacs-lisp :results output silent :exports none :cache yes > (org-publish-sitemap >(assoc "indblog"

[O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-14 Thread Vikas Rawal
I have been using the following code block to generate a sitemap for my org-jkyll based blog. #+begin_src emacs-lisp :results output silent :exports none :cache yes (org-publish-sitemap (assoc "indblog" org-publish-project-alist) "sitemap.org") #+end_src I had not generated the sitemap