[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Babel code indentation problem
From: |
Jarmo Hurri |
Subject: |
Re: [O] Babel code indentation problem |
Date: |
Thu, 03 Mar 2016 12:50:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Eric S Fraga <address@hidden> writes:
> On Thursday, 3 Mar 2016 at 10:01, Jarmo Hurri wrote:
>
> [...]
>
>> So the problem is not in indentation in Processing mode itself, but the
>> error appears upon return from editing. This suggests that the issue
>> is in the communication between the editing mode and Org mode. As you
>> can see, I have different indentation settings for C and Processing, so
>> that might be one thing that makes the difference appear.
>
> I think it is because you are using TABs to indent instead of spaces
> and therefore the indentation doesn't look right in the org mode view.
> You can tell emacs to not use tabs to indent and I think this will
> sort your problem out.
Yes! Problem solved with
(setq-default indent-tabs-mode nil)
Thank you very much!
Jarmo