From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao MA Subject: possible to store a link to a specific entry in the *texinfo* file? Date: Tue, 19 Dec 2017 08:57:55 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR6EL-0007cH-Ie for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 19:58:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eR6EH-0007Ri-LB for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 19:58:01 -0500 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:46978) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eR6EH-0007Qp-Bq for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 19:57:57 -0500 Received: by mail-io0-x22b.google.com with SMTP id x129so11819516iod.13 for ; Mon, 18 Dec 2017 16:57:57 -0800 (PST) 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-org list Hi, For example, I use =i= to navigate to the elisp texinfo file entry =define-minor-mode=. And I want to store a link to that entry. However, org-store-link stores to the node : Stored: info:elisp#Defining Minor Modes Instead of the exact entry. -- Best, Shiyao