From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann Tambouret Subject: skipping entries in daily/weekly view Date: Thu, 24 Jul 2008 16:27:06 -0400 Message-ID: <4888E59A.5070501@bu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KM7PK-0001RL-Fg for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 16:27:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KM7PI-0001Qm-U2 for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 16:27:26 -0400 Received: from [199.232.76.173] (port=42841 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KM7PI-0001Qa-L4 for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 16:27:24 -0400 Received: from relay12.bu.edu ([128.197.27.63]:47335) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KM7PF-0006Ym-IN for emacs-orgmode@gnu.org; Thu, 24 Jul 2008 16:27:22 -0400 Received: from [128.197.73.242] (ast-dhcp242.bu.edu [128.197.73.242]) by relay12.bu.edu (8.13.1/8.13.1) with ESMTP id m6OKQu5Q026320 for ; Thu, 24 Jul 2008 16:26:57 -0400 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 When making custom agendas, can you use the org-agenda-skip-function with the 'agenda' block type? I'm trying to do it, but I'm not successful. I take the example used in the manual's appendix, and I can successfully filer items for a 'todo' block type, but when I change the type and match items from 'todo' and 'next' to 'agenda' and '""', I get an empty daily/weekly agenda view, ie no events shown, but the dates are there. I'd like a daily/weekly view for headings tagged with ":HOME:" and a second daily/weekly view for headings tagged with ":WORK:". -Yann