From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastjan Trepca" Subject: Custom agenda view Date: Sat, 2 Feb 2008 18:39:16 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLMKn-0003a5-VG for emacs-orgmode@gnu.org; Sat, 02 Feb 2008 12:39:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLMKm-0003WZ-BQ for emacs-orgmode@gnu.org; Sat, 02 Feb 2008 12:39:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLMKm-0003W8-0F for emacs-orgmode@gnu.org; Sat, 02 Feb 2008 12:39:20 -0500 Received: from py-out-1112.google.com ([64.233.166.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLMKl-0004fI-NQ for emacs-orgmode@gnu.org; Sat, 02 Feb 2008 12:39:19 -0500 Received: by py-out-1112.google.com with SMTP id u52so1671576pyb.1 for ; Sat, 02 Feb 2008 09:39:16 -0800 (PST) Content-Disposition: inline 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: emacs-orgmode@gnu.org Hi, I'm trying to create a custom view that should display agenda for only items that are scheduled today and include a specific tag together with tasks that has NEXT todo keyword and the same tag. Currently I have this: ("h" "Home tasks" ((agenda) (tags "HOME/NEXT"))) The problem is that agenda, it shows all scheduled tasks and not only those with HOME tag. I tried with org-agenda-skip-entry-if but I can't make it work. Thanks. -- Sebastjan