-
Notifications
You must be signed in to change notification settings - Fork 97
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
[orgmode] Can't use path handlers #342
Comments
If orgmode lets them through as-is they should work. If orgmode tries to resolve them ... well, it won't. |
I do not really understand how path-handlers should work. And I would like to understand how I am supposed to link to other pages using the org-mode plugin. However, I've added the following code snippet to
so that I can link to my blog section. The syntax for the link in the org file is [[section:blog/][blog]], and this link resolves to my blog in the Maybe you can use the above code or copy and tweak it to work for path-handlers. Does this help for you? |
I was able to make it work as embedded HTML using org-mode embedded HTML syntax, i.e.
|
Indicating links used to work in the past (about two years ago, when I last updated my website...). Several links on my webpage which were of the form
were recognized, resolved correctly and pointed towards that file without any problem. Now, such links are no longer recognized as links (and prefixing with /file/ or /link/ does not change anything for me).
If I prefix with /https/, the element is recognized as a link, but any dots are resolved to literal absolute pathnames.
The solution by @dalanicolai works for me, but then, the source file is no longer normal and portable org-mode. |
The plugin seems to otherwise be working great for me, including links to external websites, but I can't seem to get path handlers working. Any time I drop in an org link with syntax like
(or any such special link)
I get the error message
Do path handlers work with org mode?
The text was updated successfully, but these errors were encountered: