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: Sat, 23 Dec 2017 15:25:58 +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]:36545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSdFx-000640-LG for emacs-orgmode@gnu.org; Sat, 23 Dec 2017 01:26:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSdFw-0003Cu-Ox for emacs-orgmode@gnu.org; Sat, 23 Dec 2017 01:26:01 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:40012) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSdFw-0003CT-IJ for emacs-orgmode@gnu.org; Sat, 23 Dec 2017 01:26:00 -0500 Received: by mail-wm0-x229.google.com with SMTP id f206so24831508wmf.5 for ; Fri, 22 Dec 2017 22:26:00 -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, On Wed, Dec 20, 2017 at 11:57 PM, Shiyao MA wrote: > Is it possible to specify an exact match? > > [[info:elisp#define-minor-mode]] gives two potential matches. Not that I know of. The behavior is of Info-index and I don't think it can do that. Unless, of cause, you change the function to handle only the exact matches. regards, -- yashi