On Sun, Nov 06 2022, Ihor Radchenko <yanta...@posteo.net> wrote: > Leo Butler <leo.but...@umanitoba.ca> writes: > >>> I do not have a Windows machine to test and not motivated enough to >>> try Emacs in wine. >> >> Max, a minor modification of the test you sent earlier shows that when >> system-type is ms-dos, the placement does not matter (the command-line >> is the same); but for gnu/linux, placement matters and Eric is right >> (the command-lines are not the same and the dollar sign needs to be >> escaped). >> >> I have attached a patch that puts the dollar sign in the right place for >> both. The existing tests pass when running 'make test'. > > Thanks for your contribution! > Applied onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9abf1b5167e94291eee7c1400277ed55993106f9 > > You are now also listed as an Org mode contributor. > https://git.sr.ht/~bzg/worg/commit/8750cbeccf4283be5ec7078f635f8328b2cbee09
Thanks, Ihor. Leo