Fix `org-outline-overlay-data' marker insertion-type
commit5a2d47e1baf7e9ed3796a51365fc4635a99f7078
authorSylvain Chouleur <sylvain.chouleur@gmail.com>
Sun, 19 Jan 2014 13:18:45 +0000 (19 14:18 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 19 Jan 2014 21:00:02 +0000 (19 22:00 +0100)
tree1e8c593ddd56ac0893f0b0bfe562003784da3e08
parent5f04b3815f110651f4847fcc93778864d6a41560
Fix `org-outline-overlay-data' marker insertion-type

* org.el (org-outline-overlay-data): Set the insertion-type of end
bound marker of the function to t (means marker advances when you
insert text at it)

This is to conserve outline visibility property when changes are made
at the end bound of the data.
For example: try `org-babel-execute-subtree' on a folded outline:
The new result will be shown after the folded part of the outline
whereas the outline body should not be visible.

TINYCHANGE
lisp/org.el