From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug in customize for org-agenda-custom-commands Date: Thu, 17 Jul 2008 09:38:54 -0700 Message-ID: <30B70B25-06B9-4CB5-8E94-0573AE2C7DDF@uva.nl> References: <87abggh7q4.wl%max@openchat.com> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJWVO-0004A3-Pw for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 12:38:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJWVO-00049h-5X for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 12:38:58 -0400 Received: from [199.232.76.173] (port=59378 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJWVN-00049a-Vx for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 12:38:58 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:47514) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJWVN-0000XG-2k for emacs-orgmode@gnu.org; Thu, 17 Jul 2008 12:38:57 -0400 In-Reply-To: <87abggh7q4.wl%max@openchat.com> 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: Max Mikhanosha Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Jul 17, 2008, at 8:05 AM, Max Mikhanosha wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode