From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: Bug in customize for org-agenda-custom-commands Date: Thu, 17 Jul 2008 11:05:07 -0400 Message-ID: <87abggh7q4.wl%max@openchat.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJV2d-0007Uu-3C for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 11:05:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJV2b-0007UH-A9 for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 11:05:10 -0400 Received: from [199.232.76.173] (port=46652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJV2b-0007UE-78 for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 11:05:09 -0400 Received: from p84-72.acedsl.com ([66.114.84.72]:3215 helo=momoland.openchat.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJV2a-0007K3-MC for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 11:05:08 -0400 Received: from momoland.openchat.com (localhost [127.0.0.1]) by momoland.openchat.com (Postfix) with ESMTP id DB49FF429206 for ; Thu, 17 Jul 2008 11:05:07 -0400 (EDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I've redone my org-agenda-custom-commands through customize to learn about new features, and there is a bug if one uses :other customization in the variables list.. It pre-defines the variable to be org-agenda-skip-function and then when I enter the value as 'my-skip. When I apply the changes, it puts ((...) (...) ((org-agenda-skip-function (quote my-skip)))) into the agenda command, note the extra level of parenthesis, and trying to run that agenda item gives "not a symbol" error.. If I use "any variable" and put org-agenda-skip-function and 'my-skip then it works fine. This is with .git version Regards, Max