summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornilninull <nilninull@gmail.com>2020-09-05 10:34:30 +0200
committerBastien <bzg@gnu.org>2020-09-05 10:34:30 +0200
commit8ae058ebe6c0c98ba73916e9fc2a0f55a0d5d9d7 (patch)
treeaf3889466f38960d5625bf3c8a6b2f00a1881e0d
parent4696aef580bd9efaf934c177fadcccbe52a64df4 (diff)
downloadorg-mode-8ae058ebe6c0c98ba73916e9fc2a0f55a0d5d9d7.tar.gz
org-agenda.el: Fix customization type
* lisp/org-agenda.el (org-agenda-category-icon-alist): Fix customization type. See <https://orgmode.org/list/CAPAiqPnq_2zZq8XrdzMUEr7HsAsCjxS+VUFFqqdyh_PAwLuuig@mail.gmail.com> TINYCHANGE
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a9b4406..b030321 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