Hi Rémy, Rémy Abergel <remy.aber...@parisdescartes.fr> writes:
> it works quite well but it seems to change the plain-lists indentation. > > * without auto-fill-mode > + item 1 :: description comes here > indentation makes text start here > + item 2 :: another description > + item 3 :: here is a quite long description, that would be nice to > have an automatic carriage return here > indentation makes text start here > > * with auto-fill-mode > + item 1 :: description comes here > Now text is indented from here :-( > + item 2 :: another description > + item 3 :: here is a quite long description, it is nice to have an > automatic carriage retrun here! > but now text is indented from here :-( > > Is there anyway to use auto-fill-mode without changing indentation? No, but you may want to use (setq org-description-max-indent 5) which indents descriptive lists in a nicer way IMHO. -- Bastien