From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [ANN] org-info-find-node: Jump from Org to specific Info Date: Tue, 02 Oct 2018 16:55:16 +0200 Message-ID: <84k1n0xusr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7M5I-0004hU-MN for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 10:55:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g7M5E-0000SD-Gz for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 10:55:36 -0400 Received: from [195.159.176.226] (port=36753 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g7M5E-0000N8-7j for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 10:55:32 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g7M2y-00040N-EB for emacs-orgmode@gnu.org; Tue, 02 Oct 2018 16:53:12 +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" To: emacs-orgmode@gnu.org Hi, I just pushed command `org-info-find-node' bound to "C-c C-x I" by default for Org files and agenda buffers. `org-info-find-node' opens the Info section that deals with the Org context at point. For the cases I could not find a suitable Info section `org-info-find-node' opens the top level Info section of Org. This function emerged from a similar feature in the gnus package. Ciao, -- Marco