From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thibault Marin Subject: Re: [ANN] Substantial changes to sitemap generation Date: Mon, 19 Dec 2016 13:45:48 -0600 Message-ID: <87bmw7zor7.fsf@dell-desktop.WORKGROUP> References: <87eg132750.fsf@nicolasgoaziou.fr> Reply-To: thibault.marin@gmx.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJ3sk-00045K-Cu for emacs-orgmode@gnu.org; Mon, 19 Dec 2016 14:45:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJ3sh-0005tm-AQ for emacs-orgmode@gnu.org; Mon, 19 Dec 2016 14:45:58 -0500 Received: from mout.gmx.net ([212.227.15.19]:59824) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJ3sh-0005tJ-1p for emacs-orgmode@gnu.org; Mon, 19 Dec 2016 14:45:55 -0500 In-reply-to: <87eg132750.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: Org Mode List Nicolas Goaziou writes: > Hello, > > I just pushed a revamp of sitemap generation during publishing process. > If you tweaked sitemap, you almost certainly need to update your > settings. > > Basically, the changes at the property level are: > > - :sitemap-sans-extension and :sitemap-file-entry-format were removed > - :sitemap-function changed its signature > - :sitemap-format-entry was added > > Also, the patch set implements the following function > > `org-publish-find-property' > > See `org-publish-project-alist' for details (or the manual). > > Feedback welcome. Ideally, if it is better, we might want to propagate > the same kind of change to index generation. > > Regards, Hi, Thanks for pushing the sitemap change, it still works for me (from the sitemap-wip branch). I am able to generate a list of posts from the sitemap and #+INCLUDE it in other pages. However, I initially got an error when running =make=, there seems to be a typo in l. 14542 of org.texi ("@cod{" should be "@code{"): http://orgmode.org/cgit.cgi/org-mode.git/tree/doc/org.texi#n14542 Thanks again. thibault