Re: Shell SRC blocks under Windows

2022-02-08 Thread Matt
On Tue, 08 Feb 2022 04:47:04 -0500 H. Dieter Wilhelm wrote > Not yet, I'm still grappling with your message > <17ecbfb46e9.e16df906236239.6523271905911672...@excalamus.com> and > ob-shell.el. I'll come back to you when I'm through. Okay, feel free to let me know if something I

Re: Shell SRC blocks under Windows

2022-02-08 Thread H. Dieter Wilhelm
Matt writes: > On Sun, 06 Feb 2022 12:51:49 -0500 H. Dieter Wilhelm > wrote > > Matt writes: > > > > > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > > > > > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > > > > following MSYS

Re: Shell SRC blocks under Windows

2022-02-07 Thread Matt
On Sun, 06 Feb 2022 12:51:49 -0500 H. Dieter Wilhelm wrote > Matt writes: > > > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > > > > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > > > following MSYS2 command AND switch betwe

Re: Shell SRC blocks under Windows

2022-02-06 Thread H. Dieter Wilhelm
Matt writes: > On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > > following MSYS2 command AND switch between two arguments (for building > > > Emacs). > > > > > > \MSYS2\msys2_shell.cmd -mingw64

Re: Shell SRC blocks under Windows

2022-02-06 Thread Matt
On Sat, 05 Feb 2022 17:22:29 -0500 Matt wrote > > But I'm not sure if I'm halfway there with "sh"? I need to run the > > following MSYS2 command AND switch between two arguments (for building > > Emacs). > > > > \MSYS2\msys2_shell.cmd -mingw64 > > > > and > > >

Re: Shell SRC blocks under Windows

2022-02-05 Thread Matt
On Sat, 05 Feb 2022 10:48:02 -0500 H. Dieter Wilhelm wrote > >> Is is it possible to extend org-mode's src blocks with > >> org-babel-shell-names to use either MSYS2 or MinGW shells (instead of > >> cmd.exe)? Unfortunately ob-shell.el doesn't guide me further and I > >> can't f

Re: Shell SRC blocks under Windows

2022-02-05 Thread H. Dieter Wilhelm
Michael Powe writes: > On 2/4/2022 15:15, H. Dieter Wilhelm wrote: >> Hello >> >> I installed the software distribution MSYS2 https://www.msys2.org/. And >> I'd like to call its various shells in org src blocks. First I tried to >> set explicit-shell-file-name but then my LaTeX exports don't wo

Re: Shell SRC blocks under Windows

2022-02-04 Thread Michael Powe
On 2/4/2022 15:15, H. Dieter Wilhelm wrote: Hello I installed the software distribution MSYS2 https://www.msys2.org/. And I'd like to call its various shells in org src blocks. First I tried to set explicit-shell-file-name but then my LaTeX exports don't work any longer. Is is it possible t

Shell SRC blocks under Windows

2022-02-04 Thread H. Dieter Wilhelm
Hello I installed the software distribution MSYS2 https://www.msys2.org/. And I'd like to call its various shells in org src blocks. First I tried to set explicit-shell-file-name but then my LaTeX exports don't work any longer. Is is it possible to extend org-mode's src blocks with org-babel-sh