emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C-c C-v C-d does not preserve capitalization


From: Rudolf Adamkovič
Subject: C-c C-v C-d does not preserve capitalization
Date: Mon, 12 Aug 2024 10:24:44 +0200

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č <rudolf@adamkovic.org> [he/him]
http://adamkovic.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]