emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
To: emacs-orgmode@gnu.org
Subject: org-agenda-with-colors in block agenda
Date: Sun, 04 Jan 2009 18:57:29 -0600	[thread overview]
Message-ID: <m2eizid0xy.fsf@fastmail.fm> (raw)


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         

                 reply	other threads:[~2009-01-05  0:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2eizid0xy.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).