From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Release 5.23a Date: Thu, 13 Mar 2008 17:34:52 +0100 Message-ID: References: <876ACC10-F511-4735-B045-9C9AE248A25A@gmail.com> <874pbbbq6i.fsf@web.de> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZr4z-0003lK-Hv for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 13:18:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZr4w-0003kn-U1 for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 13:18:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZr4w-0003kk-Qz for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 13:18:54 -0400 Received: from nf-out-0910.google.com ([64.233.182.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZr4w-0003H7-Ci for emacs-orgmode@gnu.org; Thu, 13 Mar 2008 13:18:54 -0400 Received: by nf-out-0910.google.com with SMTP id f5so1373983nfh.26 for ; Thu, 13 Mar 2008 10:18:53 -0700 (PDT) In-Reply-To: <874pbbbq6i.fsf@web.de> 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: Jost Burkardt Cc: emacs-orgmode@gnu.org On Mar 12, 2008, at 10:14 PM, Jost Burkardt wrote: > Hi Carsten, > > Carsten Dominik writes: >> >> Changes in Version 5.23 >> ~~~~~~~~~~~~~~~~~~~~~~~ >> >> Overview >> ======== >> >> - New keyword search agenda view > > I must say, I really, really like this new feature. Finally there's > the > org-feature I can use to mimick org-registry's behaviour, like I > always > wanted it to be. > > The only thing I'm missing is something like *search only TODO > entrys*, > (C-c a S ?). Is it on `C-u C-c a s', just as `C-u C-c a m' does the tags match only for TODO entries. > Would this be difficult to implement, or can I customize this by some > clever configuration? I imagine I can work around with a search for > something like +TODO +second_keyword, but even then the still the > font-locking ist not available I am now fontifying the TODO keyword in the line. It there anything else you meant? - Carsten