emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: how to wrap headings
Date: Thu, 23 Oct 2008 02:44:37 +0200	[thread overview]
Message-ID: <48FFC8F5.1030102@gmx.de> (raw)
In-Reply-To: <87r668ff2s.fsf@gollum.intra.norang.ca>

Funny enough, yesterday I wrote this one here:



(defun my-toggle-truncate-lines ()
   "Toggle truncate-lines."
   (interactive)
   (setq truncate-lines (if truncate-lines nil t)))



I've bound it to H-t (I like those windows keys in Linux/GNU :-) and use
it a lot (since yesterday). It's so usefull, that I wonder if something
like this is in emacs already???




Bernt Hansen wrote:
> "Rich E" <reakinator@gmail.com> writes:
> 
>> I just have a simple question:  how can I wrap the headings so they
>> don't go off the visual window?
> 
> M-x set-truncate-lines
> 
> It toggles line wrapping on and off.
> 
> -Bernt
> 
> 
> _______________________________________________
> 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	other threads:[~2008-10-23  0:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22 21:23 how to wrap headings Rich E
2008-10-22 22:16 ` Mike Newman
2008-10-22 22:19 ` Bernt Hansen
2008-10-23  0:44   ` Sebastian Rose [this message]
2008-10-23 14:23     ` Rich E
2008-10-23 15:09       ` Manish
2008-10-23 15:12       ` Sebastian Rose

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=48FFC8F5.1030102@gmx.de \
    --to=sebastian_rose@gmx.de \
    --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).