[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
org-edit-src-exit randomizes / mixes up code in source-buffer on exit
From: |
mcg |
Subject: |
org-edit-src-exit randomizes / mixes up code in source-buffer on exit |
Date: |
Tue, 22 Jun 2021 10:39:21 +0000 |
Hello,
org-edit-src-exit suddenly completely destroys my code after coming back
from vacation. No known recent changes in configuration. Very strange
error!
EXAMPLE: here a simple code before editing
#+BEGIN_SRC R
mtcars
sum(mtcars$mpg, na.rm = TRUE)
mean(mtcars$disp)
#+END_SRC
I enter to edit (org-edit-special), change the order of two lines and
add a number:
Result I should get in source buffer after exiting:
#+BEGIN_SRC R
mtcars
mean(mtcars$disp)
123456789
sum(mtcars$mpg, na.rm = TRUE)
#+END_SRC
What I get in source buffer on org-edit-src-exit: (no joke!)
#+BEGIN_SRC R
rmtcars
s
ean(m
sums$di(p)mt123456789
cars$mpg, na.rm = TRUE)
mean
#+END_SRC
Came back from vacation and suddenly this happens. Only updates to
server, elpa / melpa has not been updated the last three weeks. Emacs
reinstallation did not help, launching without
Emacs 26.1 build 2 (2021-01-31) modified by debian
org version 9.4.6
- org-edit-src-exit randomizes / mixes up code in source-buffer on exit,
mcg <=
- Re: org-edit-src-exit randomizes / mixes up code in source-buffer on exit, Sébastien Miquel, 2021/06/22
- Calendar vs. org-agenda exit, tomas, 2021/06/23
- Re: Calendar vs. org-agenda exit, Marco Wahl, 2021/06/23
- Re: Calendar vs. org-agenda exit, tomas, 2021/06/23
- [SOLVED] (kinda) Calendar vs. org-agenda exit, tomas, 2021/06/23
- Re: [SOLVED] (kinda) Calendar vs. org-agenda exit, Stephen Berman, 2021/06/24
- Re: [SOLVED] (kinda) Calendar vs. org-agenda exit, tomas, 2021/06/24
- Re: [SOLVED] (kinda) Calendar vs. org-agenda exit, Stephen Berman, 2021/06/24
- Re: [SOLVED] (kinda) Calendar vs. org-agenda exit, Nicolas Goaziou, 2021/06/24