emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* auto-fill-mode for text changes (plain-lists) indentation
@ 2014-01-15 13:04 Rémy Abergel
  2014-01-15 20:29 ` Andreas Leha
  2014-01-17  9:07 ` auto-fill-mode for text changes (plain-lists) indentation Bastien
  0 siblings, 2 replies; 9+ messages in thread
From: Rémy Abergel @ 2014-01-15 13:04 UTC (permalink / raw)
  To: emacs-orgmode

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 :-(

Is there anyway to use auto-fill-mode without changing indentation?
Thanks,
Rémy A.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-02-04 22:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-15 13:04 auto-fill-mode for text changes (plain-lists) indentation Rémy Abergel
2014-01-15 20:29 ` Andreas Leha
2014-02-04 18:54   ` plain lists folded by default Rémy Abergel
2014-02-04 19:18     ` Nick Dokos
2014-02-04 20:41     ` Nick Dokos
2014-02-04 21:36       ` Rémy Abergel
2014-02-04 22:12         ` Nick Dokos
2014-01-17  9:07 ` auto-fill-mode for text changes (plain-lists) indentation Bastien
2014-01-17 14:54   ` Rémy Abergel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).