From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [docupatch] Prefix argument to exclude agenda items Date: Thu, 10 Sep 2015 10:40:32 +0200 Message-ID: <87wpvysm4f.fsf@nicolasgoaziou.fr> References: <84lhcf4p6g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZxNj-0006at-Vz for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 04:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZxNj-0000Jv-4c for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 04:38:59 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:53061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZxNi-0000Jp-Ti for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 04:38:59 -0400 In-Reply-To: <84lhcf4p6g.fsf@gmail.com> (Marco Wahl's message of "Wed, 09 Sep 2015 16:56:07 +0200") 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: Marco Wahl Cc: emacs-orgmode@gnu.org Marco Wahl writes: > I just found out by accident that a prefix argument to < > (org-agenda-filter-by-category) excludes the category of the item at > point from the agenda. Looks like that feature did not make it into the > documentation. > > Is the extension of the documentation below acceptable? > > Head: 2c8b039 maint Merge branch 'maint' of orgmode.org:org-mode into maint > Upstream: 2c8b039 origin/maint Merge branch 'maint' of orgmode.org:org-mode into maint > Tag: release_8.3.1 (113) > > Unstaged changes (1) > modified doc/org.texi > @@ -8616,9 +8616,10 @@ selected. > @vindex org-agenda-category-filter-preset > > Filter the current agenda view with respect to the category of the item at > -point. Pressing @code{<} another time will remove this filter. You can add > -a filter preset through the option @code{org-agenda-category-filter-preset} > -(see below.) > +point. Pressing @code{<} another time will remove this filter. When called > +with a prefix argument exclude the category of the item at point from the > +agenda. You can add a filter preset through the option > +@code{org-agenda-category-filter-preset} (see below.) LGTM. Thank you. Could you also update org-agenda-filter-by-category's docstring (you may also want to change (and cat) into cat there) and send a patch with git format-patch? Regards, -- Nicolas Goaziou