From: nilninull <nilninull@gmail.com> To: emacs-orgmode@gnu.org Subject: Bug: customize type for `org-agenda-category-icon-alist' [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)] Date: Tue, 7 Jul 2020 08:00:00 +0900 [thread overview] Message-ID: <CAPAiqPnq_2zZq8XrdzMUEr7HsAsCjxS+VUFFqqdyh_PAwLuuig@mail.gmail.com> (raw) Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ------------------------------------------------------------------------ The Emacs customization system is unable to display some parameter types for the variable `org-agenda-category-icon-alist'. I encountered this bug when I specified :width and :height. :width and :height use integers, but the symbol type doesn't parse it well. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 90129b23e..b6e92c643 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -2008,7 +2008,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 Emacs : GNU Emacs 27.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.21, cairo version 1.16.0) of 2020-07-06 Package: Org mode version 9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)
next reply other threads:[~2020-07-07 17:40 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-06 23:00 nilninull [this message] 2020-07-08 4:29 ` Kyle Meyer 2020-09-05 8:36 ` Bastien 2020-09-06 15:33 ` nilninull
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAPAiqPnq_2zZq8XrdzMUEr7HsAsCjxS+VUFFqqdyh_PAwLuuig@mail.gmail.com \ --to=nilninull@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: Bug: customize type for `org-agenda-category-icon-alist'\'' [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).