Thank you. This is also what I wanted. Problem solved ;-)
Bye all.
Adrien.

2009/9/14 Rémi Vanicat <vanicat@debian.org>
Adrien Poupin <adrien.poupin@gmail.com> writes:

> Hi everybody,

> I just discovered org-mode and really enjoy it. And I would like to use it
> especially for my writing tasks. To do that I need the end of lines to break
> in the end.

You want long line to not be truncated by org mode: you have to set
org-startup-truncated to nil, by example adding

(setq org-startup-truncated nil) somewhere in you .emacs

Note that "tables look terrible when wrapped."

You might also want to set word-wrap to t if you don't want word to be
cut in their middle, but line to be only cut between word (when possible
of course)

--
Rémi Vanicat



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Adrien Poupin.