Maximilian Kueffner <poverobuosodon...@gmail.com> writes: > together with a test > https://codeberg.org/buoso/csharp-babel/src/commit/944c1a0c9106c52fd88e7631dd380adebcac90f7/test-ob-csharp.el#L311-L319
>> (let ((advice (advice-add 'org-babel-csharp--find-dotnet-version :override >> #'(lambda () nil)))) You can just use cl-letf: (cl-letf (((symbol-function 'org-babel-csharp--find-dotnet-version) #'ignore)) ...) >> after addressing the above, could you >> prepare a patch against org-mode repo? > > If the above is ok with you, I would go ahead and follow this documentation > https://orgmode.org/worg/org-contribute.html#devs > adding it to the org-mode repo, prepare a documentation addition to the > worg repo, and add a news entry. Go ahead. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>