[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failing tests (was: Possible fix for :includes header argument in or
From: |
Kyle Meyer |
Subject: |
Re: Failing tests (was: Possible fix for :includes header argument in org-babel C source blocks) |
Date: |
Sun, 31 May 2020 04:59:04 +0000 |
Kévin Le Gouguec writes:
> Kyle Meyer <kyle@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)).
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kévin Le Gouguec, 2020/05/27
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kyle Meyer, 2020/05/27
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kévin Le Gouguec, 2020/05/28
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kévin Le Gouguec, 2020/05/28
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kyle Meyer, 2020/05/28
- Failing tests (was: Possible fix for :includes header argument in org-babel C source blocks), Kévin Le Gouguec, 2020/05/29
- Re: Failing tests (was: Possible fix for :includes header argument in org-babel C source blocks),
Kyle Meyer <=
- Re: Possible fix for :includes header argument in org-babel C source blocks, Brandon Guttersohn, 2020/05/28
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kévin Le Gouguec, 2020/05/29
- Re: Possible fix for :includes header argument in org-babel C source blocks, Brandon Guttersohn, 2020/05/30
- Re: Possible fix for :includes header argument in org-babel C source blocks, Kyle Meyer, 2020/05/28