0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

org-agenda-clock-report-header: Update docstring

See https://orgmode.org/list/87o808j6si.fsf@yandex.com
This commit is contained in:
Ihor Radchenko 2022-05-09 20:34:38 +08:00
parent b4a72ddf98
commit 702b0a81e1
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -1231,11 +1231,13 @@ For example, 9:30am would become 09:30 rather than 9:30."
:type 'boolean)
(defcustom org-agenda-clock-report-header nil
"Header for org agenda clock report mode"
"Header inserted before the table in Org agenda clock report mode.
See Info node `(org) Agenda Commands' for more details."
:group 'org-agenda
:type '(choice
(string :tag "Header")
(const :tag "No header" nil))
(string :tag "Header")
(const :tag "No header" nil))
:safe #'stringp
:package-version '(Org . "9.6"))