Hi Joe,
"Joe Vornehm Jr." writes:
> The Customize interface for org-agenda-custom-commands fails for
> agenda commands with an org-agenda-entry-types command option. The
> reason it fails is that the org-agenda-entry-types option should be a
> quoted list, but the defcustom expression doesn't a
The Customize interface for org-agenda-custom-commands fails for agenda
commands with an org-agenda-entry-types command option. The reason it fails is
that the org-agenda-entry-types option should be a quoted list, but the
defcustom expression doesn't add the quote properly. A patch is below.