org.el (org-edit-special): Fix bug about editing special environments.
commitdf099175e75368175c8c1132f5ac5b0207f02ab1
authorBastien Guerry <bzg@altern.org>
Fri, 14 Dec 2012 09:30:16 +0000 (14 10:30 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 14 Dec 2012 09:30:16 +0000 (14 10:30 +0100)
tree16ccb3a5934b181926e15d8c6c7969c649b51a32
parent81d5ebce8d1def44b59498baaaf15284b2612561
org.el (org-edit-special): Fix bug about editing special environments.

* org.el (org-in-fixed-width-region-p): New function.
(org-edit-special): Fix bug: make sure to DTRT in every
special environment.  Also use the new function to check
against fixed-width environment.

Thanks to Bernt Hansen for reporting a bug in this area.
lisp/org.el