emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: org-mode is turning off soft word wrapping.


From: Mathias Schenner
Subject: [Orgmode] Re: org-mode is turning off soft word wrapping.
Date: Fri, 24 Apr 2009 09:54:00 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> Bernt Hansen <bernt <at> norang.ca> writes:
> > Good Bad <nbko3 <at> yahoo.com> writes:
> > >
> > > 1. How do I turn on soft word wrapping in org-mode?
> 
> 
> ;; keybinding for toggling soft word wrapping mode 
> (global-set-key (kbd "<f7>") 'toggle-truncate-lines)
> 
> ;; turn on soft wrapping mode for org mode
> (add-hook 'org-mode-hook 
> (lambda () (setq truncate-lines nil)))
> 
> http://www.emacswiki.org/emacs/TruncateLines
> 


Actually, it's even easier. Just add: 

(setq org-startup-truncated nil)


> > > 2. If org-mode automatically turning off word wrapping 
> > > is a feature, what is the reason non-wrapping mode should 
> > > be prefered in org-mode?

Here is what org.el says: 

"... entering Org-mode will set `truncate-lines'.                  
This is useful since some lines containing links can be very long and           
uninteresting.  Also tables look terrible when wrapped."







reply via email to

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