From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saurabh Agrawal Subject: Re: Novice here: agenda related questions Date: Fri, 23 Jan 2009 21:39:45 +0530 Message-ID: <4c4575360901230809m26544b85mdb6ca008da5d174a@mail.gmail.com> References: <4c4575360901230407x4a4d211ch2ad7a747c9a41cde@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQObN-0004hO-Ru for emacs-orgmode@gnu.org; Fri, 23 Jan 2009 11:09:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQObL-0004eJ-J3 for emacs-orgmode@gnu.org; Fri, 23 Jan 2009 11:09:48 -0500 Received: from [199.232.76.173] (port=38190 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQObL-0004e2-En for emacs-orgmode@gnu.org; Fri, 23 Jan 2009 11:09:47 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:55218) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQObK-00072J-Uk for emacs-orgmode@gnu.org; Fri, 23 Jan 2009 11:09:47 -0500 Received: by ewy13 with SMTP id 13so4043971ewy.18 for ; Fri, 23 Jan 2009 08:09:45 -0800 (PST) In-Reply-To: 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: Matthew Lundin Cc: emacs-orgmode Mailinglist Hi Matt 1. Your first suggestion is spot on. Thanks. >> 2. Since I have a number of TODO action items in several projects, I >> would like to display only top two of them for each project at a time >> in an agenda. Is it somehow possible using some particular custom >> agenda view? >> In my second question, what I wanted to ask was is there some setting, where I can set number of TODOs to display for a particular CATEGORY? or something like that? > > To customize a line in the agenda, simply type M-x customize-face on > that line and emacs should take you to the correct customization buffer. > > Or you can add lines such as the following to your .emacs file: > > --8<---------------cut here---------------start------------->8--- > (set-face-foreground 'org-warning "firebrick2") > (set-face-foreground 'org-todo "firebrick2") > (set-face-foreground 'org-done "forestgreen") > (set-face-foreground 'org-scheduled-today "limegreen") > --8<---------------cut here---------------end--------------->8--- Changing face setting for say org-todo is working in the original org file, but not in agenda and I wanted to change colours in the agenda really, as that is what in front of me at all times and not the original org file. I couldn't find any face for org-agenda specifically. Thanks again! Saurabh.