nobiot
nobiot
Okay, so you raises an issue in polymode. Thanks. I didnt see any relevant issue there after the org mailing list you referenced. At the moment, I am afraid I...
@NightMachinery, have you had a chance to try `org-transclusion-indent-mode`? https://nobiot.github.io/org-transclusion/#Extensions
@ParetoOptimalDev I suggest this discussion as a pointer: https://github.com/nobiot/org-transclusion/discussions/114#discussioncomment-5201326 Any help would be appreciated
The literate code tool referenced looks like you could already achieve it with pure Org mode. What would transclusion add?
If the source file is a text file — e.g. .el, .py., etc, and not an .org file you can transclude a specific part of it into a sourc block,...
> it is a shame that it is not available if the `:src` tag is added Does [this commit](https://github.com/nobiot/org-transclusion/pull/178/files ) address this limitation? It would be great if you could...
In order to contain the issue of infinite loop, I have pushed commit [43c478c](https://github.com/nobiot/org-transclusion/commit/43c478c6ec9e8a9f713baa3736f5e9bc4e72c8ca). I'd appreciate it if anyone has bumped into the error message: "org-transclusion: Aborting. You may be...
@ahmed-shariff Thanks for the workaround and sharing. Much appreciated. I have to ask what is your "same issue" is. This thread has been dormant for a while, and I can...
This commit 4f9b8fa from around 2 years ago and before v1.0.0 already introduced some feature to cater to text-property for yanking from the live-sync. Just reinforcing my gut feel that...
To me, `org-remark` can already do this. See an example in the image below.  > I imagine there's some synchornized scrolling feature already existing in emacs that one could...