From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas Bernoulli Subject: Selecting the link type to be created Date: Wed, 03 Oct 2012 16:20:35 +0200 Message-ID: <87haqbbpsc.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJPog-0001Yz-Hc for Emacs-orgmode@gnu.org; Wed, 03 Oct 2012 10:20:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJPoW-00029H-BN for Emacs-orgmode@gnu.org; Wed, 03 Oct 2012 10:20:50 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:65526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJPoW-000293-4n for Emacs-orgmode@gnu.org; Wed, 03 Oct 2012 10:20:40 -0400 Received: by wibhj13 with SMTP id hj13so1975607wib.12 for ; Wed, 03 Oct 2012 07:20:39 -0700 (PDT) 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: Emacs-orgmode Hello 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. Thanks, Jonas