>From f4661b81ab3715e238f52def586a9c89ecb86a08 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Fri, 27 May 2016 15:16:20 +0200 Subject: [PATCH 6/6] org.texi: Document ox-publish sitemap changes * doc/org.texi (Sitemap): Update documentation. --- doc/org.texi | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 9d89975..3f96eaf 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -14604,8 +14604,9 @@ becomes @file{sitemap.html}). @item @code{:sitemap-function} @tab Plug-in function to use for generation of the sitemap. -Defaults to @code{org-publish-org-sitemap}, which generates a plain list -of links to all files in the project. +Defaults to @code{org-publish-org-sitemap}, which generates a plain list of +links to all files in the project. See further details in address@hidden @item @code{:sitemap-sort-folders} @tab Where folders should appear in the sitemap. Set this to @code{first} @@ -14624,12 +14625,9 @@ a file is retrieved with @code{org-publish-find-date}. @tab Should sorting be case-sensitive? Default @code{nil}. @item @code{:sitemap-file-entry-format} address@hidden With this option one can tell how a sitemap's entry is formatted in the -sitemap. This is a format string with some escape sequences: @code{%t} stands -for the title of the file, @code{%a} stands for the author of the file and address@hidden stands for the date of the file. The date is retrieved with the address@hidden function and formatted with address@hidden Default @code{%t}. address@hidden @code{:sitemap-dir-entry-format} address@hidden With this option one can tell how the entries of the sitemap is +formatted. See @code{org-publish-sitemap-file-entry-format} for details. @item @code{:sitemap-date-format} @tab Format string for the @code{format-time-string} function that tells how @@ -14641,6 +14639,12 @@ a sitemap entry's date is to be formatted. This property bypasses Useful to have cool URIs (see @uref{http://www.w3.org/Provider/Style/URI}). Defaults to @code{nil}. address@hidden @code{:sitemap-preamble} address@hidden @code{:sitemap-postamble} address@hidden Preamble and postamble for sitemap. Useful for inserting + @code{#+OPTIONS}, footers etc. See @code{org-publish-sitemap-preamble} + for details. + @end multitable @node Generating an index -- 2.8.3