emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to get "Wrap at Window Edge" in org-mode?


From: Marius Hofert
Subject: Re: [O] How to get "Wrap at Window Edge" in org-mode?
Date: Tue, 22 May 2012 19:31:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

Hi Bastien,

Many thanks, that's exactly what I was looking for!

Cheers,

Marius

05/22/2012 07:21 PM, Bastien wrote:
Hi Marius,

Marius Hofert<address@hidden>  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,





reply via email to

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