emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* editing orgmode code blocks always indents content..anyway to stop this?
@ 2017-01-31  6:36 Xebar Saram
  2017-01-31  7:53 ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Xebar Saram @ 2017-01-31  6:36 UTC (permalink / raw)
  To: org mode

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1021 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-04  9:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31  6:36 editing orgmode code blocks always indents content..anyway to stop this? Xebar Saram
2017-01-31  7:53 ` Nicolas Goaziou
2017-01-31  7:57   ` Xebar Saram
2017-01-31  8:06     ` Nicolas Goaziou
2017-01-31 15:15     ` Nick Dokos
2017-02-04  9:41       ` Xebar Saram

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).