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

2024-08-21 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=Finally I have just tested it, and all works well now! Thanks, Ihor! Rudy -- "I love deadlines. I love the whooshing noise they make as they go by." --- Douglas Adams, The Salmon of Dou

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

2024-08-14 Thread Ihor Radchenko
Rudolf Adamkovič writes: > REPRODUCTION STEPS: > ... >1. Capitalization is not preserved. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=482bc31565 >2. A superfluous newline is added. > >If I remember correctly, #1 used to work in the past, about a y

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

2024-08-12 Thread Rudolf Adamkovič
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