Skip to content

How to best extend url handling #387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tott opened this issue Aug 7, 2022 · 3 comments
Closed

How to best extend url handling #387

tott opened this issue Aug 7, 2022 · 3 comments
Labels
core-feature Feature is in orgmode core

Comments

@tott
Copy link

tott commented Aug 7, 2022

Does this feature exist in Emacs orgmode core?

N/A

Orgmode link

I am working with neomutt/notmuch and have methods to add todos/notes directly from emails and would like to extend OrgMappings:open_at_point() at

function OrgMappings:open_at_point()
but I could not find any good way to add custom URL handlers in this method. What would be the best way to extend this functionality to handle a new link format (in my case [[message://....]])?

Feature value

Support for access to additional external links and easier integration between orgmode and other systems.

Additional context

No response

@tott tott added the core-feature Feature is in orgmode core label Aug 7, 2022
@jgollenz
Copy link
Contributor

jgollenz commented Aug 7, 2022

Related to #228

@SlayerOfTheBad
Copy link
Contributor

I just made a PR with how I would envision something like this, because the lack of hyperlink extensibility was bugging me. See #790

@kristijanhusak
Copy link
Member

See https://nvim-orgmode.github.io/configuration#custom-hyperlink-types on how to add your own type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-feature Feature is in orgmode core
Projects
None yet
Development

No branches or pull requests

4 participants