Re: [O] Patch: Customize failure for org-agenda-custom-commands

2012-03-22 Thread Bastien
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

[O] Patch: Customize failure for org-agenda-custom-commands

2012-03-19 Thread Joe Vornehm Jr.
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.