From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: org-agenda-with-colors in block agenda Date: Sun, 04 Jan 2009 18:57:29 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJdmk-0006P2-Mi for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 19:57:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJdmk-0006OR-2l for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 19:57:38 -0500 Received: from [199.232.76.173] (port=55433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJdmj-0006OH-OZ for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 19:57:37 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:33621) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJdmj-0004q9-7P for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 19:57:37 -0500 Received: from Macintosh-5.local (pool-96-248-128-134.sbndin.dsl-w.verizon.net [96.248.128.134]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7715136243 for ; Sun, 4 Jan 2009 19:57:31 -0500 (EST) 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 Hi all, For printing custom agenda commands, I like to set the local option org-agenda-with-colors to nil. This works fine for single agenda commands, such as (setq org-agenda-custom-commands '(("o" "Office" tags-todo "office" ((org-agenda-with-colors nil))))) But I cannot get it to work with block agendas. For instance, the following results in an agenda view with colors: (setq org-agenda-custom-commands '(("g" "GTD Contexts" ((tags-todo "office") (tags-todo "computer") (tags-todo "phone") (tags-todo "errands")) ((org-agenda-with-colors nil))))) The same behavior results if I add the option to each separate element of the block agenda. Is this perhaps a bug? I'm using org 6.17 in emacs 22. Any advice would be greatly appreciated. Thanks, Matt