aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorKyle Meyer2024-02-17 10:17:41 -0500
committerKyle Meyer2024-02-17 10:17:41 -0500
commit07a392f445eb21c5e4681027eee9d981300a4309 (patch)
tree25a3269ab8478717d79b36d16d5b80d4a4739e87 /doc/misc
parent45f9af61b8ecbe500de915f63de53e9c598184b9 (diff)
downloademacs-07a392f445eb21c5e4681027eee9d981300a4309.tar.gz
emacs-07a392f445eb21c5e4681027eee9d981300a4309.zip
Update to Org 9.6.19
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/org.org22
1 files changed, 7 insertions, 15 deletions
diff --git a/doc/misc/org.org b/doc/misc/org.org
index 9535eccc1e6..441985c905f 100644
--- a/doc/misc/org.org
+++ b/doc/misc/org.org
@@ -16712,6 +16712,7 @@ to HTML, the following links all point to a dedicated anchor in
16712:END: 16712:END:
16713#+cindex: sitemap, of published pages 16713#+cindex: sitemap, of published pages
16714 16714
16715#+vindex: org-publish-project-alist
16715The following properties may be used to control publishing of 16716The following properties may be used to control publishing of
16716a map of files for a given project. 16717a map of files for a given project.
16717 16718
@@ -16729,6 +16730,12 @@ a map of files for a given project.
16729 16730
16730 Title of sitemap page. Defaults to name of file. 16731 Title of sitemap page. Defaults to name of file.
16731 16732
16733- ~:sitemap-style~ ::
16734
16735 Can be ~list~ (site-map is just an itemized list of the titles of
16736 the files involved) or ~tree~ (the directory structure of the
16737 source files is reflected in the site-map). Defaults to ~tree~.
16738
16732- ~:sitemap-format-entry~ :: 16739- ~:sitemap-format-entry~ ::
16733 16740
16734 #+findex: org-publish-find-date 16741 #+findex: org-publish-find-date
@@ -16774,21 +16781,6 @@ a map of files for a given project.
16774 16781
16775 Should sorting be case-sensitive? Default ~nil~. 16782 Should sorting be case-sensitive? Default ~nil~.
16776 16783
16777- ~:sitemap-file-entry-format~ ::
16778
16779 With this option one can tell how a sitemap's entry is formatted in
16780 the sitemap. This is a format string with some escape sequences:
16781 ~%t~ stands for the title of the file, ~%a~ stands for the author of
16782 the file and ~%d~ stands for the date of the file. The date is
16783 retrieved with the ~org-publish-find-date~ function and formatted
16784 with ~org-publish-sitemap-date-format~. Default ~%t~.
16785
16786- ~:sitemap-date-format~ ::
16787
16788 Format string for the ~format-time-string~ function that tells how
16789 a sitemap entry's date is to be formatted. This property bypasses
16790 ~org-publish-sitemap-date-format~ which defaults to ~%Y-%m-%d~.
16791
16792*** Generating an index 16784*** Generating an index
16793:PROPERTIES: 16785:PROPERTIES:
16794:DESCRIPTION: An index that reaches across pages. 16786:DESCRIPTION: An index that reaches across pages.