Re: [O] [PATCH] * lisp/org-src.el (org-edit-src-exit): disable undo.

2013-03-08 Thread Bastien
Hi Aaron, Aaron Ecay 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 pres

[O] [PATCH] * lisp/org-src.el (org-edit-src-exit): disable undo.

2013-03-05 Thread Aaron Ecay
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. The