mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
org-agenda-category-icon-alist: Improve docstirng
* lisp/org-agenda.el (org-agenda-category-icon-alist): Refer to `org-agenda-prefix-format' in the docstring, as it is what controls whether the icons are rendered at all.
This commit is contained in:
parent
06eb69809a
commit
db46706bec
@ -2048,6 +2048,9 @@ the normal rules apply."
|
||||
(defcustom org-agenda-category-icon-alist nil
|
||||
"Alist of category icon to be displayed in agenda views.
|
||||
|
||||
The icons are displayed in place of the %i placeholders in
|
||||
`org-agenda-prefix-format', which see.
|
||||
|
||||
Each entry should have the following format:
|
||||
|
||||
(CATEGORY-REGEXP FILE-OR-DATA TYPE DATA-P PROPS)
|
||||
|
Loading…
Reference in New Issue
Block a user