orglink

Homepage: https://github.com/tarsius/orglink

Author: Jonas Bernoulli

Updated:

Summary

Use Org Mode links in other modes

Commentary

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:

  [[Code]]
  [[Code][start of code]]
  [[define-derived-mode orglink-mode][orglink-mode]]
  
  man:info
  
  https://github.com/tarsius/orglink

Dependencies