> 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."





_______________________________________________
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

Reply via email to