Open osheari1 opened 2 months ago
@osheari1 , I have spent some time testing the issue.
By the looks of the screen image above, do you have org-indent-mode
turned on?
Can you check if the issue persists if it is turned off?
I can reproduce the problem only when I have org-indent-mode
active. And we have a support for it with org-transclusion-indent-mode
.
On my end, if I activate the org-transclusion-indent-mode
, the transclusion fringe appears.
Hey, thanks for testing this out.
I'll test this out as soon as I can. Apologies for the delay, the last couple months have been hectic.
When settings the fringe variables, the source frindge displays correctly, however the transclusion fringe does not.
In the code below, it seems that the call to overlay-put may be missing?
https://github.com/nobiot/org-transclusion/blob/main/org-transclusion.el#L1080