From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Please test this custom agenda command Date: Thu, 6 Jan 2011 18:23:35 +0100 Message-ID: <3EF3026E-ACFC-47EE-9E91-0826AC5118C9@gmail.com> References: <87sjxwazb6.fsf@mean.albasani.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56966 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PawVz-000749-5T for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 15:33:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PawVa-0001L0-UV for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 15:32:54 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:34177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PawVa-0001KX-NE for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 15:32:30 -0500 Received: by ewy27 with SMTP id 27so8281133ewy.0 for ; Thu, 06 Jan 2011 12:32:29 -0800 (PST) In-Reply-To: <87sjxwazb6.fsf@mean.albasani.net> 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: Memnon Anon Cc: emacs-orgmode@gnu.org On Dec 17, 2010, at 10:12 PM, Memnon Anon wrote: > Hi, > > I am on a little bug hunt ;) and hope to figure out what is happening > here over the next days. However, if someone has a minute: > > Could someone please try this custom agenda command? > > --8<---------------cut here---------------start------------->8--- > (setq org-agenda-custom-commands > '(("z" "TESTING" > ((org-agenda-list))))) > --8<---------------cut here---------------end--------------->8--- Hi Memmon, I am not sure that this is a legal value for org-agenda-custom-commands. In fact, customize chokes badly on it. - Carsten > > What I am seeing is this: > > Calling the agenda with `M-x org-agenda-list' produces my daily > agenda. > TODO Keywords are colored just fine, i.e. in my case TODO=BrickRed3 > and > DONE=Dimmed. > > However, using `C-a a z', the custom command set up in the snippet > above, results in DONE=BrickRed3. > > thx > > Memnon > > Org-mode version 7.3 (release_7.4.38.g3324) > GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of > 2010-11-03 on potassium, modified by Debian > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode