Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-03-21 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: [bug] [babel] babel corrupts undo history I've reread this thread but I currently nothing wrong with undoing wrt source code editing. Let me know if I missed something, thanks, -- Bastien

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-13 Thread Samuel Wales
Undo not working is a bug. I think we identified the bug on the mailing list, but the fix was never implemented, although I think an attempted fix was. I think it has to do with editing a source code block trying to do things with undo or undo-boundary. The fix is probably to rip out all

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-13 Thread Samuel Wales
[bug] [babel] babel corrupts undo history On 2/13/14, Samuel Wales samolog...@gmail.com wrote: Undo not working is a bug. I think we identified the bug on the mailing list, but the fix was never implemented, although I think an attempted fix was. I think it has to do with editing a source

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-05 Thread Nick Dokos
Omid omidl...@gmail.com writes: Hello, I am using Org-mode version 8.2.5g (8.2.5g-elpa) in GNU Emacs 24.3.1. I have two questions about the behavior of the fantastic Org mode+Babel with respect to code and comments: Here is a minimal example: #+BEGIN_SRC f90 :results verbatim :exports

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-05 Thread Omid
Hello Nick, Thanks for your quick reply. The variable org-edit-src-content-indentation does indeed have to do with the indentation I was referring to. But it is relative. According to the documentation, it sets the Indentation for the content of a source code block. This should be the number of