nobiot

Results 410 comments of nobiot

Are you using the latest commit of the package? This behaviour sounds to me like an issue fixed some time ago. > after a failed transclusion entry, no more transclusions...

Separate to my previous query, do you know what this “recentering” is? > "‘recenter’ing a window that does not display current-buffer. I have never seen it before. Are you using...

I still cannot reproduce the issue you are experiencing. I have just tried test files as you created them with `emacs -q` and manually evaluated `org-transclusion.el` -- so it's truly...

Is it correct that you use Doom, and have `org` enabled with its `init` file? I think this part of Doom has a conflict with the way Org-transclusion looks for...

I don't know how you can influence this defadvice! macro from Doom, but if you can override what Doom does for you, and add something like this would probably get...

This might work. I don't use Doom, I cannot test it. https://github.com/hlissner/doom-emacs/blob/develop/core/core-lib.el#L598 ``` (undefadvice! +org--recenter-after-follow-link-a) ``` Note that this completely disables this default advice that Doom puts in. There should...

[Editing this. I tried what Doom would do] `(advice-remove 'org-link-search '+org--recenter-after-follow-link-a)` This should remove the advice. But... More importantly, it's not this advice `'+org--recenter-after-follow-link-a` as I assumed. I have added...

Good to know that removing the advice has worked for you. Hmm. So it's either my way of adding the Doom advice manually was incorrect, or there is something else...

I am reopening this to remind myself to do documentation or something about this. I don't think I should change the code at this stage. @wuqui, thanks for letting me...

Added to README