REPRODUCTION STEPS:

   1. Write
   
      #+BEGIN_SRC scheme
      "A"
      "B"
      #+END_SRC
   
   2. Place the cursor after the "A".
   
   3. Type C-c C-v C-d.

EXPECTED:

   #+BEGIN_SRC scheme
   "A"
   #+END_SRC
   
   #+BEGIN_SRC scheme
   "B"
   #+END_SRC

ACTUAL:

   #+begin_src scheme
   "A"
   #+end_src
   
   #+begin_src scheme
   
   "B"
   #+end_src

NOTES:

   1. Capitalization is not preserved.
   2. A superfluous newline is added.

   If I remember correctly, #1 used to work in the past, about a year or
   two ago.  As for #2, I am not sure if that is a feature or a bug.

Rudy
-- 
"It is far better to have a question that can't be answered than an
answer that can't be questioned."  --- Carl Sagan

Rudolf Adamkovič <rud...@adamkovic.org> [he/him]
http://adamkovic.org

Reply via email to