emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode is turning off soft word wrapping.
@ 2009-04-22 18:01 Good Bad
  2009-04-22 18:32 ` Bernt Hansen
  0 siblings, 1 reply; 5+ messages in thread
From: Good Bad @ 2009-04-22 18:01 UTC (permalink / raw)
  To: emacs-orgmode


When I visit a text file, a C file or a TeX file, it is in soft word wrapping
mode, i.e. long lines get wrapped, but without really inserting newlines.

But when I visit an org file, it is not in word wrapping mode, i.e. longs lines
never gets wrapped, you can't see the whole line if the line is too long.

1. How do I turn on soft word wrapping in org-mode?

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? I can see why in ediff
mode tho.

I don't know what word wrapping mode and non-word wrapping mode are called in
emacs speak.


      

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: org-mode is turning off soft word wrapping.
@ 2009-04-23 13:18 Good Bad
  2009-04-23 13:22 ` Bernt Hansen
  2009-04-24  9:54 ` Mathias Schenner
  0 siblings, 2 replies; 5+ messages in thread
From: Good Bad @ 2009-04-23 13:18 UTC (permalink / raw)
  To: bernt; +Cc: Emacs Org-mode


Bernt Hansen <bernt <at> norang.ca> writes:
> Good Bad <nbko3 <at> yahoo.com> writes:
> > When I visit a text file, a C file or a TeX file, it is in soft word wrapping
> > mode, i.e. long lines get wrapped, but without really inserting newlines.
> >
> > But when I visit an org file, it is not in word wrapping mode, i.e. longs lines
> > never gets wrapped, you can't see the whole line if the line is too long.
> >
> > 1. How do I turn on soft word wrapping in org-mode?
> 
> I have a function key mapped to this.  There is a function
> (set-truncate-lines) that toggles wrapping on and off.
> 
> ,----[ from my .emacs ]
> | (global-set-key (kbd "<f7>") 'set-truncate-lines)
> `----
> [...]

I think it is toggle-truncate-lines.
set-truncate-lines is not defined in my Emacs23.


;; 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



      

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-24 10:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-22 18:01 org-mode is turning off soft word wrapping Good Bad
2009-04-22 18:32 ` Bernt Hansen
  -- strict thread matches above, loose matches on Subject: below --
2009-04-23 13:18 Good Bad
2009-04-23 13:22 ` Bernt Hansen
2009-04-24  9:54 ` Mathias Schenner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).