Kévin Le Gouguec writes: > Kyle Meyer <k...@kyleam.com> writes: > >> The source for that page is in the worg repo: >> https://code.orgmode.org/bzg/worg/src/master/org-contrib/babel/languages/ob-doc-C.org > > Thanks for the pointer, and for applying the patches! > >>>> FAILED ob-tangle/jump-to-org >>>> FAILED test-org-attach/dir >> >> :( >> >> After your first patch, all tests now pass on my end. Would you mind >> posting the details of those failures in a new thread? > > Mmm, on further inspection, those tests fail on one of my setups but > pass on another. > > I think I've narrowed this down to org-open-file running "less > examples/att1/fileA" instead of visiting this file. [...] > Let-binding org-file-apps to '(("." . emacs)) makes the tests pass, but > I don't know if that's the way we want to solve this.
Thanks for looking into the failures. Let-binding org-file-apps sounds like a good approach to me. Rather than the catch-all regular expression, I believe the value could be ((t . emacs)).