Hello, I found an indentation bug in the master branch.

Steps to reproduce: 

* Test 1
** Test 2
#+BEGIN_SRC emacs-lisp
  (setq foo 1
           bar 2)
#+END_SRC

Paste this code into org-mode buffer with org-startup-indented turn on
org-indented-mode. You should see the src block missindented like this:

  (setq foo 1
        bar 2)

I've tracked this bug to this commit
http://repo.or.cz/org-mode.git/commit/a311a856514e9245074b02c89d51a9f339784d1c


Reply via email to