From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Publishing sitemap Date: Wed, 18 Jun 2014 09:54:47 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxAhv-0000NO-5S for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 03:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxAhn-0001D1-Ll for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 03:54:59 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:45152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxAhn-0001Ct-G5 for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 03:54:51 -0400 Received: by mail-wi0-f173.google.com with SMTP id cc10so7091781wib.12 for ; Wed, 18 Jun 2014 00:54:50 -0700 (PDT) Received: from [10.100.24.59] ([168.202.253.3]) by mx.google.com with ESMTPSA id l5sm2318198wif.22.2014.06.18.00.54.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Jun 2014 00:54:49 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list 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-current-file. I would like the changes (for example, date) = or if a new file is being published, the file itself, reflected in the = sitemap. But I can=92t do it unless I publish the whole project. Is there a way to deal with this? Vikas=