From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org compact guide texinfo bug ? Date: Fri, 08 Apr 2016 22:53:16 +0200 Message-ID: <87egaf3jr7.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aodMy-0005ha-L1 for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 16:51:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aodMx-00072A-P4 for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 16:51:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:43971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aodMx-00071s-J6 for emacs-orgmode@gnu.org; Fri, 08 Apr 2016 16:51:07 -0400 In-Reply-To: (Jean-Christophe Helary's message of "Fri, 8 Apr 2016 21:51:51 +0900") 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" To: Jean-Christophe Helary Cc: emacs-orgmode@gnu.org Hello, Jean-Christophe Helary writes: > It's my fist message to the list Welcome! > In section 10.4 "Commands in the agenda buffer" the View/Go to Org file commands are described as: > > @tsubheading{View/Go to Org file} > @item mouse-3 > @itemx @key{SPC} > Display the original location of the item in another window. > With prefix arg, make sure that the entire entry is made visible in the > outline, not only the heading. > @c > @itemx @key{TAB} > Go to the original location of the item in another window. Under Emacs > 22, @kbd{mouse-1} will also work for this. > @c > @itemx @key{RET} > Go to the original location of the item and delete other windows. > @c > > According to the Texinfo documentation: > https://www.gnu.org/software/texinfo/manual/texinfo/html_node/_0040itemx.html > > It seems like: > > @itemx @key{TAB} > > and > > @itemx @key{RET} > > are not subsequent entries of @item mouse-3 but entries on their own. > > They should be coded as @item. Fixed. Thank you. Regards, -- Nicolas Goaziou