From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Patch 2/2] org-publish Date: Tue, 08 Feb 2011 18:04:02 +0100 Message-ID: <87zkq68nlp.fsf@gnu.org> References: <87ipzd7qfn.fsf@univ-nantes.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=50108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmqzD-0006PN-Ih for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 12:04:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pmqys-0006nf-1O for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 12:03:59 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:46550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pmqyr-0006nK-PU for emacs-orgmode@gnu.org; Tue, 08 Feb 2011 12:03:57 -0500 Received: by wyj26 with SMTP id 26so6288846wyj.0 for ; Tue, 08 Feb 2011 09:03:56 -0800 (PST) In-Reply-To: <87ipzd7qfn.fsf@univ-nantes.fr> (Manuel Giraud's message of "Wed, 01 Dec 2010 11:11:56 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manuel Giraud Cc: emacs-orgmode Hi Manuel, Manuel Giraud writes: > This second patch (that should be applied after the first one) adds a > formating option to sitemap entries. One can now use a formated string > to generate a sitemap entry. This formated string currently understands > title (%T), author (%A) and date (%D). I tested this patch and it produce weird results. (setq org-publish-sitemap-file-entry-format "%T") Outputs ill-formed links instead of the title. I'd welcome a reworked version of this idea! Best, -- Bastien