From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: How do I create an agenda block for entries with a specific tag? Date: Mon, 01 Jul 2013 13:24:11 +0200 Message-ID: References: <87zju7ql81.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtcDO-00007Y-5O for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 07:24:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtcDN-0007sl-7S for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 07:24:14 -0400 In-reply-to: <87zju7ql81.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org Mode Hi Bastien, bzg@gnu.org writes: > Hi Alan, > > Alan Schmitt writes: > >> I'm trying to find a way to create an agenda bloc (of type agenda) that >> is restricted to a set of tags. I tried using a skip function but (as I >> explained in another mail) I cannot get it to work. If someone has done >> it before, I'd gladly have a look at how to do it. > > You can try `org-agenda-tag-filter-preset' but I noticed some quirks > with it, so maybe you'll have a change to report more bugs. Thank you for the suggestion, I'll give it a try. Best, Alan