emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Good Bad <nbko3@yahoo.com>
To: bernt@norang.ca
Cc: Emacs Org-mode <emacs-orgmode@gnu.org>
Subject: Re: org-mode is turning off soft word wrapping.
Date: Thu, 23 Apr 2009 06:18:18 -0700 (PDT)	[thread overview]
Message-ID: <173767.55920.qm@web45106.mail.sp1.yahoo.com> (raw)


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



      

             reply	other threads:[~2009-04-23 13:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-23 13:18 Good Bad [this message]
2009-04-23 13:22 ` org-mode is turning off soft word wrapping Bernt Hansen
2009-04-24  9:54 ` Mathias Schenner
  -- 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=173767.55920.qm@web45106.mail.sp1.yahoo.com \
    --to=nbko3@yahoo.com \
    --cc=bernt@norang.ca \
    --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).