[O] Publishing sitemap

2014-06-27 Thread John Tait
In a similar vein, is is possible to export (say) HTML from org with an index without a formal publishing project?

Re: [O] Publishing sitemap

2014-06-19 Thread Vikas Rawal
> > So (untested), you could try: > > (org-publish-org-sitemap > (assoc "my-project-name" org-publish-project-alist) > "sitemap.txt”) Thanks. Works just right. Vikas

Re: [O] Publishing sitemap

2014-06-18 Thread Rick Frankel
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

Re: [O] Publishing sitemap

2014-06-18 Thread Rick Frankel
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,

[O] Publishing sitemap

2014-06-18 Thread Rawal, Vikas (ESD)
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

[O] Publishing sitemap

2014-06-18 Thread Vikas Rawal
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

Re: [O] publishing sitemap: xml for google?

2013-07-01 Thread Bastien
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

[O] publishing sitemap: xml for google?

2013-07-01 Thread Vikas Rawal
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