emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Indentation on code blocks have odd behavior [9.0.9 (9.0.9-


From: Nicolas Goaziou
Subject: Re: [O] Bug: Indentation on code blocks have odd behavior [9.0.9 (9.0.9-47-g404ac4-elpa @ /Users/thiagoa/.emacs.d/elpa/org-20170717/)]
Date: Sun, 23 Jul 2017 13:51:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Thiago Alves <address@hidden> 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 "address@hidden"|)
> #+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 "address@hidden"
> |)
> #+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 "address@hidden"
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]