From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] org-sparse-tree command name Date: Fri, 5 Nov 2010 16:52:56 +0100 (CET) Message-ID: <20101105155256.8809740113@myhost.localdomain> References: <4CD3B219.1050100@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEObC-0001IS-J3 for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 11:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEObA-0006tM-U7 for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 11:53:06 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:64736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEObA-0006sz-BH for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 11:53:04 -0400 Received: by wyf23 with SMTP id 23so3578542wyf.0 for ; Fri, 05 Nov 2010 08:53:03 -0700 (PDT) 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 Patch 363 (http://patchwork.newartisans.com/patch/363/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4CD3B219.1050100%40easy-emacs.de%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-sparse-tree command name > Date: Fri, 05 Nov 2010 12:28:25 -0000 > From: =?utf-8?q?Andreas_R=C3=B6hler_=3Candreas=2Eroehler=40easy-emacs=2Ede?= > =?utf-8?q?=3E?= > X-Patchwork-Id: 363 > Message-Id: <4CD3B219.1050100@easy-emacs.de> > To: emacs-orgmode > > > > > diff --git a/doc/org.texi b/doc/org.texi > index 72053e9..2f4c225 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -1400,8 +1400,7 @@ commands can be accessed through a dispatcher: > @table @asis > @orgcmd{C-c /,org-sparse-tree} > This prompts for an extra key to select a sparse-tree creating command. > -@kindex C-c / r > -@item C-c / r > +@orgcmd{C-c / r,org-sparse-tree} > @vindex org-remove-highlights-with-change > Occur. Prompts for a regexp and shows a sparse tree with all matches. If > the match is in a headline, the headline is made visible. If the match is in >