Hi Jonas, Jonas Bernoulli <jo...@bernoul.li> 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