In a similar vein, is is possible to export (say) HTML from org with an
index without a formal publishing project?
>
> So (untested), you could try:
>
> (org-publish-org-sitemap
> (assoc "my-project-name" org-publish-project-alist)
> "sitemap.txt”)
Thanks. Works just right.
Vikas
Sorry, hit the wrong key... completed response below.
On 2014-06-18 03:54, Vikas Rawal wrote:
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishi
On 2014-06-18 03:54, Vikas Rawal wrote:
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishing the whole
project? I sometimes update a single file,
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishing the whole project?
I sometimes update a single file, and just publish it using
org-publish-c
When I publish my web-site using org-mode, with suitable options in my
org-publish-projects-alist, I can get org-publish to create a sitemap.
Is it possible to just create the sitemap without publishing the whole project?
I sometimes update a single file, and just publish it using
org-publish-c
Hi Vikas,
Vikas Rawal writes:
> Google seems to want sitemap in xml, and with some given
> specifications. Is there something in orgmode publisher that can
> produce sitemap.xml instead of sitemap.html?
I don't think there is. You can have a look at contrib/lisp/ox-rss.el
which should put you
Google seems to want sitemap in xml, and with some given
specifications. Is there something in orgmode publisher that can
produce sitemap.xml instead of sitemap.html?
Vikas