From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] block agenda faces Date: Thu, 11 Mar 2010 18:08:57 +0100 Message-ID: <04A1FB85-7EFC-4B3E-BE3E-8AB1A2E7361A@gmail.com> References: <87wrxotfvw.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpmPJ-0001dx-JA for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 12:42:49 -0500 Received: from [140.186.70.92] (port=53984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpmPI-0001cQ-Ef for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 12:42:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpmPH-00075P-A3 for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 12:42:48 -0500 Received: from mail-ew0-f218.google.com ([209.85.219.218]:38720) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpmPH-00074I-4j for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 12:42:47 -0500 Received: by mail-ew0-f218.google.com with SMTP id 10so159557ewy.32 for ; Thu, 11 Mar 2010 09:42:46 -0800 (PST) In-Reply-To: <87wrxotfvw.fsf@dasa3.iem.pw.edu.pl> 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: =?UTF-8?Q?=C5=81ukasz_Stelmach?= Cc: emacs-orgmode@gnu.org On Mar 7, 2010, at 2:34 PM, =C5=81ukasz Stelmach wrote: > Hello. > > I've create a block agenda entry in my org-agenda custom commands: > > --8<---------------cut here---------------start------------->8--- > ("Ha" "agenda at home" > ((agenda "" > ((org-agenda-skip-function > '(org-agenda-skip-entry-if 'todo 'todo)))) > (tags-todo "-SCHOOL-WORK-BUY" > ((org-agenda-sorting-strategy '(tag-up = category-up)))))) > --8<---------------cut here---------------end--------------->8--- > > (`org-agenda-skip-entry-if' for todos is my own invention I will share > soon (I think I've posted it somewhere but it might have been lost)) Have I not applied that patch? I remember looking at it, but have lost track what happened to it. > > Everything's great except that DONE todos in the calendar block have > their DONE keyword in bold red instead of green. I am so far unable to reproduce this, and I suspect that something is wrong in your setup. Maybe you can try to make a single test file and a minimal .emacs file which still shows this problem? - Carsten > > The same agenda action launched as a single, toplevel command in > org-agenda-custom-commands works fine, wiht DONEs in green. > > --=20 > Mi=C5=82ego dnia, > =C5=81ukasz Stelmach > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten