From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: possible to store a link to a specific entry in the *texinfo* file? Date: Wed, 20 Dec 2017 13:38:17 +0900 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRW95-0004Qv-SA for emacs-orgmode@gnu.org; Tue, 19 Dec 2017 23:38:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRW95-0006H2-4v for emacs-orgmode@gnu.org; Tue, 19 Dec 2017 23:38:19 -0500 Received: from mail-wr0-x236.google.com ([2a00:1450:400c:c0c::236]:37737) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRW94-0006GK-UY for emacs-orgmode@gnu.org; Tue, 19 Dec 2017 23:38:19 -0500 Received: by mail-wr0-x236.google.com with SMTP id f8so10402821wre.4 for ; Tue, 19 Dec 2017 20:38:18 -0800 (PST) In-Reply-To: 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: Shiyao MA Cc: emacs-org list Hi, I'm sorry that I miss read your question. No, org-store-link, or org-info-store-link to be precise, doesn't support storing the index you just used or you are on. I'm not sure how to figure out what a user is trying to store is either the current node or the index. You can, however, write a link by hand [[info:elisp#define-minor-mode]] and org is happy to open and jump to the entry pointed by the index. regards, -- yashi