[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] fix SETUPFILE pathname expansion with subdirectories
From: |
Richard Hansen |
Subject: |
Re: [O] [PATCH] fix SETUPFILE pathname expansion with subdirectories |
Date: |
Sat, 19 Sep 2015 16:18:28 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
On 2015-09-19 04:16, Nicolas Goaziou wrote:
> Hello,
>
> Richard Hansen <address@hidden> writes:
>
>> * lisp/org.el (org--setup-collect-keywords): cd to the directory
>> containing the SETUPFILE before recursing so that relative pathnames
>> in the SETUPFILE are expanded properly.
>>
>> * lisp/ox.el (org-export--get-inbuffer-options): cd to the directory
>> containing the SETUPFILE before recursing so that relative pathnames
>> in the SETUPFILE are expanded properly.
>>
>> If /path/to/foo.org contains:
>>
>> #+SETUPFILE: settings/beamer.org
>>
>> and /path/to/settings/beamer.org contains:
>>
>> #+SETUPFILE: common.org
>>
>> then we want to read /path/to/settings/common.org, not
>> /path/to/common.org.
>>
>> TINYCHANGE
>
> Thank you.
>
> Could you also provide add a test for it in "test-org.el"
> (test-org/set-regexps-and-options)?
I'm having trouble running the test suite. 'make test' freezes at:
test-ob-shell/dont-insert-spaces-on-expanded-bodies
If I comment out that test, it hangs at:
test-ob-shell/dont-error-on-empty-results
If I comment out that test, it gets stuck at:
test-ob-python/colnames-yes-header-argument-again
I haven't yet tried commenting out that test because I feel like I'm
doing something wrong. Any hints? (Emacs 24.4.1 from Ubuntu 15.04)
Thanks,
Richard
- [O] [PATCH] fix SETUPFILE pathname expansion with subdirectories, Richard Hansen, 2015/09/18
- Re: [O] [PATCH] fix SETUPFILE pathname expansion with subdirectories, Nicolas Goaziou, 2015/09/19
- Re: [O] [PATCH] fix SETUPFILE pathname expansion with subdirectories,
Richard Hansen <=
- [O] [PATCH v2] fix SETUPFILE pathname expansion with subdirectories, Richard Hansen, 2015/09/19
- Re: [O] [PATCH v2] fix SETUPFILE pathname expansion with subdirectories, Kyle Meyer, 2015/09/19
- Re: [O] [PATCH v2] fix SETUPFILE pathname expansion with subdirectories, Richard Hansen, 2015/09/19
- Re: [O] [PATCH v2] fix SETUPFILE pathname expansion with subdirectories, Kyle Meyer, 2015/09/20
- [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories, Richard Hansen, 2015/09/20
- Re: [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories, Richard Hansen, 2015/09/22
- Re: [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories, Nicolas Goaziou, 2015/09/24
- Re: [O] [PATCH v3] fix SETUPFILE pathname expansion with subdirectories, Richard Hansen, 2015/09/24
- [O] [PATCH 1/2] test INCLUDE pathname expansion with subdirectories, Richard Hansen, 2015/09/24
- [O] [PATCH 2/2] fix SETUPFILE pathname expansion from within an INCLUDE, Richard Hansen, 2015/09/24