nobiot

Results 410 comments of nobiot

Thanks for the detail. I suggest you delete all .elc files in org-transclusion directory in your load-path and recompile. You should be able do so by calling (package-recompile-all). I think...

Sorry I do not know how Doom and Straight work at all. ELPA adds `.info` file as you can see in the tar archive file ([eg here](https://elpa.gnu.org/packages/org-transclusion.html)). You can also...

@okomestudio No worries. For `consult.el`, I suggest to get the tar file from either ELPA-devel or ELPA. For some reason, `consult.el` tar file on MELPA does not contain the `.info`...

Just pushed a new commit simply adding `/org-transclusion.texi`. Judging from [`elpaca--compile-info`](https://github.com/progfolio/elpaca/blob/master/elpaca.el#L1026) and the fact that Orderless repo contains a texi file at the root of the repo, I guess this...

Thank you. There is this line: https://github.com/nobiot/org-transclusion/blob/main/org-transclusion.texi#L1148 I think I need to specify the directory path as you suggests…

Re `(org-texinfo-export-to-info)`, I think I have tried it and it did not produce the desired output, but I have forgotten what it was. Maybe the format was incorrect or it...

@josephmturner , Thank you for bringing this up. I agree with @riscy on "simply bringing your package in as a dependency shouldn't modify the Emacs runtime with an un-undoable add-hook."...

Your capture template named “d” must be a list but it isn’t. That’s what the error says. Did you customise the capture template?

Hi @okomestudio , thank you for this and a PoC PR! Much appreciated. Org upstream now supports `[[id:ORG-ID::SEARCH-OPTION]]`, though `SEARCH-OPTION` may or may not be the same as dedicated target....