From 8ae058ebe6c0c98ba73916e9fc2a0f55a0d5d9d7 Mon Sep 17 00:00:00 2001 From: nilninull Date: Sat, 5 Sep 2020 10:34:30 +0200 Subject: [PATCH] org-agenda.el: Fix customization type * lisp/org-agenda.el (org-agenda-category-icon-alist): Fix customization type. See TINYCHANGE --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a9b4406dc..b03032185 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -2000,7 +2000,7 @@ category, you can use: (string :tag "File or data") (symbol :tag "Type") (boolean :tag "Data?") - (repeat :tag "Extra image properties" :inline t symbol)) + (repeat :tag "Extra image properties" :inline t sexp)) (list :tag "Display properties" sexp)))) (defgroup org-agenda-column-view nil