org-transclusion icon indicating copy to clipboard operation
org-transclusion copied to clipboard

fix(add): org-id with search option #237

Open nobiot opened this issue 11 months ago • 0 comments

fix(add): org-id with search option (::*heading) https://github.com/nobiot/org-transclusion/issues/237 c910289

While fixing the issue, I am extending the "add" operation to allow for any link. A lot is still under development and many things will change. But this seems to work without breaking any user-facing commands and function.

Introduced a new function org-transclusion-add-target-marker, which helps transcluding any link (as long as Org can reach the link target and Emacs creates the link's target buffer -- tested with notmuch link successfully).

Refactored the code for the "add" operation with this new approach.

nobiot avatar Jan 03 '25 11:01 nobiot