Closed klauslh closed 8 years ago
Does it currently try to open mu4e links in the browser? I realize now that some org links don't even have proper overlays. I'll fix things so that "file:", heading, "mu4e:", etc. links work properly.
Alright, mu4e links (and any other org links) should work now. I made a separate issue (#6) for the bug I mentioned above.
Great, thanks for the very quick feedback! I'll test it the upcoming days and see if I hit the issue you mention.
Would it make sense to use
org-open-at-point
instead ofbrowse-url
for link of typehtmlize-url
? I would like to open different org link types with the appropriate program, e.g. "mu4e:" links with mu4e instead of the system browser.