org.el (org-mode): Set `paragraph-start'
commit7afbf870f2644b79a10cc99a2851953f79c9fedb
authorBastien Guerry <bzg@altern.org>
Fri, 1 Mar 2013 17:57:55 +0000 (1 18:57 +0100)
committerBastien Guerry <bzg@altern.org>
Fri, 1 Mar 2013 17:57:55 +0000 (1 18:57 +0100)
treebd95e3f8fdf471269f5c74eda63b8daecb9b2754
parent7524ef25ff0db230c39ec31b37dd2b4d3d53eaf6
org.el (org-mode): Set `paragraph-start'

* org.el (org-mode): Set `paragraph-start'.

The value inherited from outline-mode is wrong because
outline mode does not enforce the space after the star
while Org-mode does.

outline-mode value for `paragraph-start' prevents filling
paragraphs containing a string like " -- *bold*": in this
case, fill-paragraph might think that the "*b" part of the
string starts a paragraph while it does not.

Thanks to Samuel Wales for reporting this.
lisp/org.el