Fix indentation in source blocks
commitf58201b1e1b0788098b1bbca45e06e015f5b0b7b
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 19 May 2014 11:33:28 +0000 (19 13:33 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 19 May 2014 11:33:28 +0000 (19 13:33 +0200)
treec54abd8076a7d37e3eb3dd7bec6d76de5649a04d
parent3702dce1db942fde746025523829cde0f2db6dec
Fix indentation in source blocks

* lisp/org.el (org-indent-line): Indent source block contents
  according to line above when `org-src-tab-acts-natively' is nil.

* testing/lisp/test-org.el (test-org/indent-line): Update test.
lisp/org.el
testing/lisp/test-org.el