Hello, Thiago Alves <t...@thiagoalves.com.br> writes:
> For example, lets say I have this code on my doc (the `|` character is > the cursor): > > #+BEGIN_SRC emacs-lisp > (setq user-full-name "Thiago Alves" > user-mail-address "t...@thiagoalves.com.br"|) > #+END_SRC > > With ~org-src-tab-acts-natively~ set to ~t~ and > ~org-edit-src-content-indentation~ set to ~2~, if I press ~<return>~, > this is the result: > > #+BEGIN_SRC emacs-lisp > (setq user-full-name "Thiago Alves" > user-mail-address "t...@thiagoalves.com.br" > |) > #+END_SRC > > If I type anything and press ~<return>~ again, it continues to indent: > > #+BEGIN_SRC emacs-lisp > (setq user-full-name "Thiago Alves" > user-mail-address "t...@thiagoalves.com.br" > anything > |) > #+END_SRC Your report is confusing because you sent it as HTML instead of plain text. Please do not send messages with HTML. Anyway, I cannot reproduce your issue. Could you try with "emacs -q", i.e., without any configuration on your side? Regards, -- Nicolas Goaziou