Re: [O] little annoyance
Hi Julian, You can change org-edit-src-content-indentation to keep indentation from being added: (setq org-edit-src-content-indentation 0) Regards, Jason
[O] little annoyance
Dear list: Is there any way to stop org-mode from adding blank spaces on the left margin of an R source code block when returning from editing in ESS mode? Here is an example: 1) I create my org mode file with an R source code block: -start org mode--- *