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: Carsten Dominik
Subject: Re: [O] How to get "Wrap at Window Edge" in org-mode?
Date: Wed, 23 May 2012 09:56:34 +0200

On May 22, 2012, at 7: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)

The a reason why Org does wrap by default is to keep tables and code segments 
in good shape.  It would be nice if line truncation could be set locally with 
text properties, but that is currently not the case.

- Carsten

> 
> HTH,
> 
> -- 
> Bastien
> 

- Carsten






reply via email to

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