Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> I reralised this morning that there eems to be a bug introduced in one >> of the last commits which causes repeted editing of source blocks to >> indent more each time the are edited (C-'). >> >> Original: >> , >> | #+begin_src

Re: [O] [BUG] in last org in indentation of source blocks - confirmed with emacs -Q

2015-05-29 Thread Rainer M Krug
Just confirmed this bug with the following setup: Just load --8<---cut here---start->8--- emacs -Q --8<---cut here---end--->8--- #+begin_src emacs-lisp (add-to-list 'load-path "~/.emacs.d/org-mode/lisp") (add-to-list 'lo

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > I reralised this morning that there eems to be a bug introduced in one > of the last commits which causes repeted editing of source blocks to > indent more each time the are edited (C-'). > > Original: > , > | #+begin_src sh > | echo 2 > | #+end_src > ` > >

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Rainer M Krug
t...@tsdye.com (Thomas S. Dye) writes: > Titus von der Malsburg writes: > >> I can’t reproduce the second indent but I think it’s a bug that there is >> any indentation at all. >> >> The documentation of `org-edit-special' (C-x ') says: >> >> Call a special editor for the element at point. … >>

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Rainer M Krug
Titus von der Malsburg writes: > On 2015-05-28 Thu 04:49, Rainer M Krug wrote: >> I reralised this morning that there eems to be a bug introduced in one >> of the last commits which causes repeted editing of source blocks to >> indent more each time the are edited (C-'). >> >> Original: >> ,

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Titus von der Malsburg
On 2015-05-28 Thu 11:15, Thomas S. Dye wrote: > Titus von der Malsburg writes: > >> I can’t reproduce the second indent but I think it’s a bug that there is >> any indentation at all. >> >> The documentation of `org-edit-special' (C-x ') says: >> >> Call a special editor for the element at poin

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Thomas S. Dye
Titus von der Malsburg writes: > I can’t reproduce the second indent but I think it’s a bug that there is > any indentation at all. > > The documentation of `org-edit-special' (C-x ') says: > > Call a special editor for the element at point. … > > No mention of indentation or other reformatting

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Titus von der Malsburg
On 2015-05-28 Thu 04:49, Rainer M Krug wrote: > I reralised this morning that there eems to be a bug introduced in one > of the last commits which causes repeted editing of source blocks to > indent more each time the are edited (C-'). > > Original: > , > | #+begin_src sh > | echo 2 > | #+end_

[O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Rainer M Krug
I reralised this morning that there eems to be a bug introduced in one of the last commits which causes repeted editing of source blocks to indent more each time the are edited (C-'). Original: , | #+begin_src sh | echo 2 | #+end_src ` After C-' and back again , | #+begin_src sh | e