From: Kyle Meyer <kyle@kyleam.com>
To: nilninull <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/)]
Date: Wed, 08 Jul 2020 00:29:54 -0400 [thread overview]
Message-ID: <87mu4a633x.fsf@kyleam.com> (raw)
In-Reply-To: <CAPAiqPnq_2zZq8XrdzMUEr7HsAsCjxS+VUFFqqdyh_PAwLuuig@mail.gmail.com>
nilninull writes:
> 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))))
Looks like a good fix to me. Would you like to wrap this into a patch
with a commit message? (Information about contributing is at
<https://orgmode.org/worg/org-contribute.html>.)
Thanks.
next prev parent reply other threads:[~2020-07-08 4:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-06 23:00 Bug: customize type for `org-agenda-category-icon-alist' [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)] nilninull
2020-07-08 4:29 ` Kyle Meyer [this message]
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=87mu4a633x.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=emacs-orgmode@gnu.org \
--cc=nilninull@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public 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).