orglink
orglink copied to clipboard
Use Org Mode links in other modes
- Use Org Mode links in other modes
This library implements support for some Org Mode link types in other major modes. Links can be opened and edited like in Org Mode.
To use enable ~global-orglink-mode~ and customize ~orglink-activate-in-modes~. Or use the buffer local ~orglink-mode~. Do the latter now to linkify these examples:
#+begin_src text [[Code]] [[Code][start of code]] [[define-derived-mode orglink-mode][orglink-mode]] mailto:[email protected] man:info info:man https://github.com/tarsius/orglink #+end_src