Re: Org babel source blocks ignore buffer-local variables

2021-09-06 Thread Berry, Charles
> On Sep 6, 2021, at 1:53 AM, Dominik Schrempf > wrote: > > Thank you, this solution works. May I ask about the reasons of such a > distinction? [i.e. between exec-path and (getenv "PATH")] Well, this is how `shell' and `shell-command-on-region' both do it, and they seem to be the underly

Re: Org babel source blocks ignore buffer-local variables

2021-09-06 Thread Dominik Schrempf
Thank you, this solution works. May I ask about the reasons of such a distinction? Dominik "Berry, Charles" writes: >> On Sep 4, 2021, at 5:30 AM, Dominik Schrempf >> wrote: >> >> Hello, >> >> I use directory local environments with =envrc= [1], and run into trouble >> when >> using (Bash)

Re: Org babel source blocks ignore buffer-local variables

2021-09-04 Thread Berry, Charles
> On Sep 4, 2021, at 5:30 AM, Dominik Schrempf > wrote: > > Hello, > > I use directory local environments with =envrc= [1], and run into trouble when > using (Bash) Org Babel source code blocks. The buffer local environment seems > to > be ignored (see the example at the bottom). > > This s

Org babel source blocks ignore buffer-local variables

2021-09-04 Thread Dominik Schrempf
Hello, I use directory local environments with =envrc= [1], and run into trouble when using (Bash) Org Babel source code blocks. The buffer local environment seems to be ignored (see the example at the bottom). This seems to have been discussed in the course of a GitHub issue of =inheritenv= [2],