From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Re: how to wrap headings Date: Thu, 23 Oct 2008 02:44:37 +0200 Message-ID: <48FFC8F5.1030102@gmx.de> References: <87r668ff2s.fsf@gollum.intra.norang.ca> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsoJJ-0001RI-TQ for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 20:44:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsoJH-0001R6-Gq for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 20:44:20 -0400 Received: from [199.232.76.173] (port=33865 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsoJH-0001R3-Ap for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 20:44:19 -0400 Received: from mail.gmx.net ([213.165.64.20]:54844) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KsoJH-0001tN-8n for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 20:44:19 -0400 In-Reply-To: <87r668ff2s.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: emacs-orgmode@gnu.org 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" 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 >