Re: Source blocks are indented
I did more research reducing my init.el and looking which line in it does cause that behavior. > (package-initialize) That is the one and only line in my init.el. The behavior is reproducible with this. Removing the line (init is empty then) the behavior is not there. I'm not sure what this comm
Re: Source blocks are indented
It is solved. (setq org-edit-src-content-indentation 0) In the first place I used the help system wrong and couldn't find that variable in my system.