doc/org-manual.org (Generating a sitemap): Fix property list

* doc/org-manual.org (Generating a sitemap): Add missing
:sitemap-style property description.  Remove deprecated
:sitemap-file-entry-format and :sitemap-date-format.

Reported-by: Stefan Kangas <stefankangas@gmail.com>
Link: https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com
This commit is contained in:
Ihor Radchenko 2024-01-30 13:40:11 +01:00
parent ee0196e6af
commit 28e38a47aa
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 6 additions and 15 deletions

View File

@ -16730,6 +16730,12 @@ a map of files for a given project.
Title of sitemap page. Defaults to name of file.
- ~:sitemap-style~ ::
Can be ~list~ (site-map is just an itemized list of the titles of
the files involved) or ~tree~ (the directory structure of the
source files is reflected in the site-map). Defaults to ~tree~.
- ~:sitemap-format-entry~ ::
#+findex: org-publish-find-date
@ -16775,21 +16781,6 @@ a map of files for a given project.
Should sorting be case-sensitive? Default ~nil~.
- ~:sitemap-file-entry-format~ ::
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:
~%t~ stands for the title of the file, ~%a~ stands for the author of
the file and ~%d~ stands for the date of the file. The date is
retrieved with the ~org-publish-find-date~ function and formatted
with ~org-publish-sitemap-date-format~. Default ~%t~.
- ~:sitemap-date-format~ ::
Format string for the ~format-time-string~ function that tells how
a sitemap entry's date is to be formatted. This property bypasses
~org-publish-sitemap-date-format~ which defaults to ~%Y-%m-%d~.
*** Generating an index
:PROPERTIES:
:DESCRIPTION: An index that reaches across pages.