-
-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
core-featureFeature is in orgmode coreFeature is in orgmode coregood first issueGood for newcomersGood for newcomers
Description
Does this feature exist in Emacs orgmode core?
Yes
Orgmode link
https://orgmode.org/manual/Handling-Links.html#index-C_002dc-C_002
see org-open-at-point
Feature value
It would be good to open (by default with <Leader>oo
) linked files (like [[file:/home/maltimore/interesting_file.png]]
with their corresponding application.
I think for now we should just default to opening with the system default programs. I think on linux and macos you can just use open
(might work on windows as well). So in the case above we'd just have to call open /home/maltimore/interesting_file.png
.
Additional context
No response
Metadata
Metadata
Assignees
Labels
core-featureFeature is in orgmode coreFeature is in orgmode coregood first issueGood for newcomersGood for newcomers