Preserve indentation of explicitly indented lines in example blocks
commitce6010262dc32ed967a7bf82b03c66355079a66e
authorValentin Wüstholz <wuestholz@gmail.com>
Tue, 9 Aug 2011 19:28:56 +0000 (9 21:28 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 10 Aug 2011 08:54:46 +0000 (10 10:54 +0200)
tree36bb52409f7d9bca27127e6963051cea1845e050
parent06591f2cccde2afbac5fdd234377c5ad2c7281f6
Preserve indentation of explicitly indented lines in example blocks

* lisp/org.el (org-indent-line-function): Made the way in which example blocks are
  indented more flexible.

Before: Lines in example blocks were indented like the surrounding begin and end
delimiters.
After: By default, lines in example blocks are indented like the surrounding begin and end
delimiters, unless the user explicitly indents them differently.

TINYCHANGE
lisp/org.el