emacs-orgmode
[Top][All Lists]
Advanced

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

[O] editing orgmode code blocks always indents content..anyway to stop t


From: Xebar Saram
Subject: [O] editing orgmode code blocks always indents content..anyway to stop this?
Date: Tue, 31 Jan 2017 08:36:24 +0200

Hi all

i have this weird behaviour where when sometime i edit org code blocks the text moves (i guess indents) automatically so i start with this

#+BEGIN_SRC emacs-lisp  :results none
(require 'gnus)
(require 'nnir)
#+END_SRC


and the text switches automatically to this:

#+BEGIN_SRC emacs-lisp  :results none
    (require 'gnus)
    (require 'nnir)
#+END_SRC


is there a setting to disable this?

best

Z

reply via email to

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