Hi all 2012-06-02 Michael Brand : > [...] > > - cmd --log-level=wrn -o :: > long term + long descr bla bla bla bla > bla bla bla bla bla bla bla bla bla bla > bla bla bla bla bla bla bla bla bla > > [...] > > M-q on the item "long term + long descr" that is aligned manually as > shown first will be stable only after a second M-q instead of already > after the first M-q with release_7.8.10-633 on 23.3.1. The attached patch resolves also the above issue: Description list: improve regexp consistency * lisp/org-list.el (org-at-item-description-p, org-list-item-body-column): Make the inline regexp more consistent with `org-list-full-item-re', the inline regexp "Description list items" from `org-set-font-lock-defaults and others'. This resolves some issues with M-q (org-fill-paragraph) on description lists. Michael