Berry, Charles writes: >> On May 29, 2020, at 7:03 PM, stardiviner wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA256 >> >> >> When I have a source block (The "|" represents the point): >> >> #+begin_src sh :eval no >> chrome --remote-debugging-port >> | >> >> #+end_src >> >> Then press =[C-c C-v d]=, it becomes like this: >> >> #+begin_src sh :eval no >> chrome --remote-debugging-port >> #+end_src >> >> #+begin_src >> sh :eval no >> >> #+end_src >> >> - -- > > Exactly. Commit 5f0a9cca3 adds a `\n' in line 1911 that should have been a space. > Thanks! I just did a small patch to fix this.