How are your org clojure blocks indented when you press tab. Option a, no indent:
#+begin_scr clojure
:foo
#+end_scr
Or option b, two spaces:
#+begin_scr clojure
:foo
#+end_scr
What defines this behavior?Mine is the latter, two indents. At least when it's under a header e.g *
org-edit-src-content-indentation
Thanks ag, what's the default behavior for you?
I don't indent them (I used to), but not anymore, because I styled my source blocks to look certain way
Yes, indeed, it's org-edit-src-content-indentation. There was never any confusion. -_-.