emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] auto-fill-mode for text changes (plain-lists) indentation


From: Andreas Leha
Subject: Re: [O] auto-fill-mode for text changes (plain-lists) indentation
Date: Wed, 15 Jan 2014 21:29:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Rémy,

Rémy Abergel <address@hidden> writes:

> Hi Org users,
>
> I am trying to set auto-fill-mode for text, adding in my .emacs:
>
> (add-hook 'text-mode-hook '(lambda () (auto-fill-mode t)))
>
> 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 :-(
>

To me this feels correct.

> Is there anyway to use auto-fill-mode without changing indentation?

I do not have an answer, sorry.

Regards,
Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]