From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Possible to exclude/include tags for agenda custom commands? Date: Wed, 12 Feb 2020 23:30:31 +0100 Message-ID: <8736bfxwu0.fsf@bzg.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44312) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j20Wh-0001ED-TM for emacs-orgmode@gnu.org; Wed, 12 Feb 2020 17:30:36 -0500 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Stig Brautaset Cc: emacs-orgmode@gnu.org Hi Stig, Stig Brautaset writes: > I can easily do this in the list of TODOs, with a tag search. However, I > haven't figured out how to do this for the agenda. Is it possible? If > so, how? >From what I understand, check `org-agenda-tag-filter' to see how to use it within an agenda custom command. HTH, -- Bastien