From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Selecting the link type to be created Date: Sat, 22 Dec 2012 17:14:59 +0100 Message-ID: <87wqw9wthk.fsf@bzg.ath.cx> References: <87haqbbpsc.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmYbE-0006Ue-U1 for Emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TmYbB-0003vK-9r for Emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:24 -0500 Received: from mail-wg0-f53.google.com ([74.125.82.53]:48748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TmYbB-0003vC-2v for Emacs-orgmode@gnu.org; Sat, 22 Dec 2012 18:35:21 -0500 Received: by mail-wg0-f53.google.com with SMTP id ei8so2802510wgb.32 for ; Sat, 22 Dec 2012 15:35:20 -0800 (PST) In-Reply-To: <87haqbbpsc.fsf@bernoul.li> (Jonas Bernoulli's message of "Wed, 03 Oct 2012 16:20:35 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jonas Bernoulli Cc: Emacs-orgmode Hi Jonas, Jonas Bernoulli writes: > Is there a way to specify which `org-store-link-function' or link type > built into `org-store-link' should be used when there are multiple valid > types? E.g. I have loaded `org-elisp-symbol' but would still be able to > link to the library header or a "section" in the file. With > `org-store-link' `org-elisp-symbol-store-link' takes over and I cannot > link to anything else. You can now use a double prefix arg (C-u C-u) for M-x org-store-link so that modular function like `org-elisp-symbol-store-link' will be skipped. Also, when several modular store-link functions match, the user will be asked which one to use. Thanks for this idea, -- Bastien