Hi Aaron, Aaron Ecay <aarone...@gmail.com> writes:
> Currently, this function modifies the buffer-undo-list, which it should > not. One can reproduce the undesirable behavior by creating a new org > buffer and manually typing in the following text: > > #+begin_src emacs-lisp > foo > bar > #+end_src > > Then press C-c ' twice to enter and exit the edit-src. Then press C-/ > to undo: the cursor moves to the beginning of the source block. Further > presses of C-/ undo the original text entry (as expected). Applied, thanks! -- Bastien