emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Goldman <rpgoldman@sift.info>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Having problems with faces in org agenda
Date: Thu, 11 Nov 2010 22:21:31 -0600	[thread overview]
Message-ID: <4CDCC0CB.7030700@sift.info> (raw)
In-Reply-To: <4CA4E65C.3050000@sift.info>

On 9/30/10 Sep 30 -2:34 PM, Robert Goldman wrote:
> My org agendas for day and week are showing DONE items with the "DONE"
> in red, and not dulled out.  This makes the agenda less useful than it
> might be for at-a-glance planning.
> 
> This (bright red "DONE"s) does not happen when I am looking at an org
> file, where the TODO keyword is red and the DONE keyword is green.

I know it's bad form for me to follow-up to my own post, but I have
another piece of information.

I have two ways of getting at the day's agenda.  The ordinary org-agenda
command, "a", and then I can choose a day or week.

I wanted to make shortcuts to just directly choose the day's or week's
agenda.  So I added these:

        ("D" "Today's tasks"
               ((agenda))
               ((org-agenda-ndays 1)))
        ("W" "This week's tasks"
               ((agenda))
               ((org-agenda-ndays 7)))

to org-agenda-custom-commands.

These are the commands that are causing me pain.  If I use normal
org-agenda and choose either day or week, the org faces are fine.

If I use the D or W special commands I have defined above, I get the
wrong faces, with DONE shown in red.

So is there something in the above configuration that's wrong, and that
causes the faces to go awry?

thanks,
r

      reply	other threads:[~2010-11-12  4:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 19:34 Having problems with faces in org agenda Robert Goldman
2010-11-12  4:21 ` Robert Goldman [this message]

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=4CDCC0CB.7030700@sift.info \
    --to=rpgoldman@sift.info \
    --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).