emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Goaziou
Subject: Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present
Date: Mon, 15 Jan 2018 14:35:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Vikas Rawal <address@hidden> 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" org-publish-project-alist)
>    "sitemap.org")
> #+end_src
>
> I had not generated the sitemap for a while, and now I find that it
> ends with the following message, and sitemap.org <http://sitemap.org/>
> is not recreated.

`org-publish-sitemap' is not meant to be called directly. It assumes
project is properly set-up, which is done in its caller,
`org-publish-projects'.

So, why don't you simply publish "indblog" project?

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]