Hi Marius,

Marius Hofert <marius.hof...@math.ethz.ch> writes:

> I am working with Xubuntu 12.04 on a MacBook Air (4,1) with org-mode version
> 7.8.09. I use the following code to get "Wrap at Window Edge" in
> org-agenda-mode:
>
> ,----
> | (add-hook 'org-agenda-mode-hook
> |       '(lambda()
> |          (if truncate-lines (toggle-truncate-lines -1))
> |          ))
> `----
>
> How can I get "Wrap at Window Edge" in all .org files?

(setq org-startup-truncated nil)

HTH,

-- 
 Bastien

Reply via email to