Variable: org-publish-sitemap-file-entry-format
org-publish-sitemap-file-entry-format is a customizable variable
defined in org-compat.el.
This variable is obsolete since 9.1; set :sitemap-format-entry in
org-publish-project-alist instead.
Value
"%t"
Documentation
Format string for site-map file entry.
You could use brackets to delimit on what part the link will be.
%t is the title.
%a is the author.
%d is the date.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
(defcustom org-publish-sitemap-file-entry-format "%t"
"Format string for site-map file entry.
You could use brackets to delimit on what part the link will be.
%t is the title.
%a is the author.
%d is the date."
:group 'org-export-publish
:type 'string)