From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Release 6.10 Date: Sat, 25 Oct 2008 12:42:57 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.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 1Ktgbu-0002Yi-L6 for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 06:43:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ktgbs-0002Xv-G6 for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 06:43:10 -0400 Received: from [199.232.76.173] (port=55754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktgbs-0002Xi-Aq for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 06:43:08 -0400 Received: from ey-out-1920.google.com ([74.125.78.147]:8758) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ktgbr-0001uE-5c for emacs-orgmode@gnu.org; Sat, 25 Oct 2008 06:43:07 -0400 Received: by ey-out-1920.google.com with SMTP id 4so516965eyg.24 for ; Sat, 25 Oct 2008 03:43:01 -0700 (PDT) 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: Manish Cc: emacs-orgmode List On Oct 23, 2008, at 4:46 PM, Manish wrote: > > I like this. I end up pushing many of the tasks forward each day. I > think it's better to use standard agenda for timed tasks > (appointments, deadlines etc.) and add another block for tasks tagged > for today and next actions (do anytime tasks.) So I created an agenda > view that has standard agenda, a block of tags query to include tasks > tagged "Today" and another block with tasks tagged "Next". But it > seems filter applies only to the standard agenda block and does not > show any task from the other two blocks. Can it be done at all? This was a bug related to case-sensitivity when comparing tags. Tags searches report the downcased list of tags, while other agenda views did not. THis is fixed now, thanks for the report and followup (which was in private email). - Carsten