From: Mathias Schenner <mschenner.dev@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-mode is turning off soft word wrapping.
Date: Fri, 24 Apr 2009 09:54:00 +0000 (UTC) [thread overview]
Message-ID: <loom.20090424T094400-556@post.gmane.org> (raw)
In-Reply-To: 173767.55920.qm@web45106.mail.sp1.yahoo.com
> 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."
next prev parent reply other threads:[~2009-04-24 10:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-23 13:18 org-mode is turning off soft word wrapping Good Bad
2009-04-23 13:22 ` Bernt Hansen
2009-04-24 9:54 ` Mathias Schenner [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-04-22 18:01 Good Bad
2009-04-22 18:32 ` Bernt Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20090424T094400-556@post.gmane.org \
--to=mschenner.dev@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).