Do not split a partially selected line when calling org-toggle-heading
commit363a4554e28ddcde10e0979c5b1f020e71926bb0
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 28 May 2011 17:42:53 +0000 (28 19:42 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 28 May 2011 17:42:53 +0000 (28 19:42 +0200)
tree2ce85519d65bf72ecd36f0a0fa8fbe7cd15763d4
parent5a57bfffaee3484c152a1cb7e1964c70207cfa0e
Do not split a partially selected line when calling org-toggle-heading

* lisp/org.el (org-toggle-heading): region should be considered as
  made of full lines, without the last one if region-end is at bol.
  Removed unused variables. Refactored and commented code.
lisp/org.el