emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] editing orgmode code blocks always indents content..anyway to st


From: Nick Dokos
Subject: Re: [O] editing orgmode code blocks always indents content..anyway to stop this?
Date: Tue, 31 Jan 2017 10:15:10 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Xebar Saram <address@hidden> writes:

> On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou <address@hidden> wrote:
>
>     org-edit-src-content-indentation
>
> thx Nicolas!
>
> i have this set in my config to '0' see here
>
> #+BEGIN_SRC emacs-lisp  :results none
> ;; don't indent source code
> org-edit-src-content-indentation 0
> ;; don't adapt indentation
> org-adapt-indentation nil
> ;; preserve the indentation inside of source blocks
> org-src-preserve-indentation t
> #+END_SRC
>

I don't understand what you are doing here: this is not lisp code,
unless there is context that you are not telling us about.  How
exactly do you set it to 0 in your config?

Also, have you checked that it is 0 at runtime? C-h v
org-edit-src-content-indentation RET.

-- 
Nick




reply via email to

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