From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Usability idea: color coding items with priorities in agenda Date: Tue, 01 Sep 2009 16:53:17 -0400 Message-ID: <8630.1251838397@alphaville.usa.hp.com> References: <20524da70909011123u5f4e33b4tf4ec084e013ce38e@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiaNR-0008IO-U6 for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:54:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiaNN-0008IA-Vb for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:54:53 -0400 Received: from [199.232.76.173] (port=58986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiaNN-0008I7-OY for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:54:49 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:32874) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MiaNN-0006Nt-8w for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:54:49 -0400 In-Reply-To: Message from PT of "Tue, 01 Sep 2009 19:58:13 -0000." 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: PT Cc: emacs-orgmode@gnu.org PT wrote: > Samuel Wales gmail.com> writes: > > > > > Try c-h v org-priority-faces. > > > > I installed the latest org and tried it. It helps a bit, but it's > not really what I thought of. The full header text of the prority > todo item should have a distinct background color in the agenda > buffer (if the user configures it this way), not just the > priority marker. > You missed the *other* variable :-) C-h v org-agenda-fontify-priorities ,---- | org-agenda-fontify-priorities is a variable defined in `org-agenda.el'. | Its value is cookies | | Documentation: | Non-nil means, highlight low and high priorities in agenda. | When t, the highest priority entries are bold, lowest priority italic. | However, settings in org-priority-faces will overrule these faces. | When this variable is the symbol `cookies', only fontify the | cookies, not the entire task. | This may also be an association list of priority faces, whose | keys are the character values of `org-highest-priority', | `org-default-priority', and `org-lowest-priority' (the default values | are ?A, ?B, and ?C, respectively). The face may be a named face, | or a list like `(:background "Red")'. | | You can customize this variable. `---- HTH, Nick