Sorry i think i scared my email client. I looked at my raw message and some
wacky stuff got inserted. I'm rewriting the original message here:
I am wondering if other people experience odd formatting when doing the
following in org 9.4.4 and org 9.4.5:
# emacs -Q /tmp/blah.org
M-x org-insert-structure-template<RET>s<RET>sh<RET>echo hi<RET>echo hi<RET>
The formatting i get looks strange:
#+begin_src sh
echo hi
echo hi
#+end_src
Thank you
> On May 7, 2021, at 4:03 PM, Nathaniel W Griswold <[email protected]> wrote:
>
> I messed up the paste, it's supposed to be:
>
> --
> #+begin_src sh
> echo hi
> echo hi
>
> #+end_src
> --
>