From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann Tambouret Subject: skipping entries in daily/weekly view Date: Fri, 25 Jul 2008 09:22:56 -0400 Message-ID: <4889D3B0.8020607@chem.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 1KMNGc-00005A-OD for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 09:23:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMNGa-0008WJ-U4 for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 09:23:30 -0400 Received: from [199.232.76.173] (port=51507 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMNGa-0008WB-Es for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 09:23:28 -0400 Received: from relay10.bu.edu ([128.197.27.62]:50042) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KMNGa-0003Kr-Ag for emacs-orgmode@gnu.org; Fri, 25 Jul 2008 09:23:28 -0400 Received: from [128.197.73.242] (comm725-0501-dhcp-242.bu.edu [128.197.73.242]) by relay10.bu.edu (8.13.1/8.13.1) with ESMTP id m6PDMubK029274 for ; Fri, 25 Jul 2008 09:22:56 -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. If I remove the org-agenda-skip-function option, I get my typical daily/weekly agenda, regardless of what I use for the match string. I'd like a daily/weekly view for headings tagged with ":HOME:" and a second daily/weekly view for headings tagged with ":WORK:". Thanks, Yann