From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Patch: Customize failure for org-agenda-custom-commands Date: Thu, 22 Mar 2012 01:22:27 +0100 Message-ID: <87obrpzdq4.fsf@gnu.org> References: <4F67A3E1.4060703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAeNM-0007OK-Ve for emacs-orgmode@gnu.org; Thu, 22 Mar 2012 05:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAeDx-0003it-9d for emacs-orgmode@gnu.org; Thu, 22 Mar 2012 05:22:30 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:56699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAeDx-0003iY-0b for emacs-orgmode@gnu.org; Thu, 22 Mar 2012 05:22:25 -0400 Received: by wibhj13 with SMTP id hj13so322517wib.12 for ; Thu, 22 Mar 2012 02:22:22 -0700 (PDT) In-Reply-To: <4F67A3E1.4060703@gmail.com> (Joe Vornehm, Jr.'s message of "Mon, 19 Mar 2012 17:23:45 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Joe Vornehm Jr." Cc: emacs-orgmode@gnu.org 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 add the quote > properly. A patch is below. Applied, thanks. -- Bastien