From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG: defcustom org-agenda-sorting-strategy Date: Wed, 2 Jan 2008 23:24:20 +0100 Message-ID: References: <20071230193546.GF20947@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAC0h-0003Eq-SD for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:24:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAC0f-0003Dx-Lz for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:24:26 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAC0f-0003Ds-Ht for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:24:25 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAC0f-00057P-8y for emacs-orgmode@gnu.org; Wed, 02 Jan 2008 17:24:25 -0500 Received: by fg-out-1718.google.com with SMTP id d23so3461346fga.30 for ; Wed, 02 Jan 2008 14:24:24 -0800 (PST) In-Reply-To: <20071230193546.GF20947@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list Applied, thanks. - Carsten On Dec 30, 2007, at 8:35 PM, Adam Spiers wrote: > A missing comma broke this defcustom: > > http://www.adamspiers.org/cgi-bin/hg.cgi/org-atlantic/rev/8b97b436208c > > # HG changeset patch > # User Adam Spiers > # Date 1199042992 0 > # Node ID 8b97b436208cd3b766f2323e392945984ddf0cc7 > # Parent b5235d24cb622a754cef5342855c0964f997f70f > fix defcustom org-agenda-sorting-strategy > > diff -r b5235d24cb62 -r 8b97b436208c org.el > --- a/org.el Sat Dec 29 20:42:28 2007 +0000 > +++ b/org.el Sun Dec 30 19:29:52 2007 +0000 > @@ -2705,7 +2705,7 @@ contents, with a context symbol in the c > `agenda', `todo', `tags' for the corresponding agenda views." > :group 'org-agenda-sorting > :type `(choice > - (repeat :tag "General" org-sorting-choice) > + (repeat :tag "General" ,org-sorting-choice) > (list :tag "Individually" > (cons (const :tag "Strategy for Weekly/Daily agenda" agenda) > (repeat ,org-sorting-choice)) > > > _______________________________________________ > 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