nobiot / org-transclusion

Emacs package to enable transclusion with Org Mode
https://nobiot.github.io/org-transclusion/
GNU General Public License v3.0
917 stars 44 forks source link

support `denote` type links? #179

Closed JonatanSahar closed 1 year ago

JonatanSahar commented 1 year ago

Hi, This is a truly awesome package, thank you! I've recently moved to using denote, and I wondered if there's an easy way to support it. denote uses a custom link [[denote:IDENTIFIER]], where the IDENTIFIER is some unique string creaed by denote itself (not an org-id). I don't understand the inner workings of org enough, so I don't understand how the resolving of such links works, but the documentation says that they are supposed to act as regular [[file: ... ]] links would. Do you have any insight about this?

Thanks!

JonatanSahar commented 1 year ago

found https://github.com/nobiot/org-transclusion/issues/160, which seems to answer it. sorry :)

nobiot commented 1 year ago

@JonatanSahar , No worries :)