emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* In custom agenda view, "done" todo keyword is red?
@ 2011-08-10 16:44 John Hendy
  0 siblings, 0 replies; only message in thread
From: John Hendy @ 2011-08-10 16:44 UTC (permalink / raw)
  To: emacs-orgmode

Is there a way to make the green font face apply to custom agenda
views? Here is an example:

----------

(setq org-agenda-custom-commands
    '(("w" "Agenda"
        ((agenda "" ((org-agenda-ndays 7)))

         (todo "next"
            ((org-agenda-overriding-header "Next Actions")))

         (todo "proj"
            ((org-agenda-overriding-header "Projects"))
             (org-agenda-sorting-strategy
                 '(todo-state-down category-keep)))))
----------

My results:
- C-a t, then 5 r (to show done items) produces all green "done" names
- C-a a produces "done" items in green
- C-a w (my custom agenda above) produces done items in the schedule area as red

What am I goofing up?

Perhaps this has been discussed before... I only found one previous
mailing list item which was from quite some time ago and was reported
as being fixed in v6.07

[1] http://lists.gnu.org/archive/html/emacs-orgmode/2008-09/msg00276.html


Thanks,
John

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-10 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-10 16:44 In custom agenda view, "done" todo keyword is red? John Hendy

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).