From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Auto-Fill (aka Word Wrap) of Headline Text Date: Fri, 10 Jun 2011 00:58:56 -0300 Message-ID: <4df19686.4a8ee50a.7b58.5fee@mx.google.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUssD-0005jq-4y for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 23:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUssC-0001Tq-96 for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 23:59:05 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:35378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUssC-0001Tl-6G for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 23:59:04 -0400 Received: by qwa26 with SMTP id 26so1432184qwa.0 for ; Thu, 09 Jun 2011 20:59:03 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Lex Fridman Cc: emacs-orgmode@gnu.org I think this is the correct behaviour, since headlines cannot span multiple lines (as far as I know). This is also the case for the fill-paragraph command. If you try to call fill-paragraph in a headline nothing happens. -- Darlan At Thu, 9 Jun 2011 17:56:02 -0400, Lex Fridman wrote: > > I enable auto-fill (aka word wrap) with: > (add-hook 'org-mode-hook 'turn-on-auto-fill) > > Now, while editting an org file, I check the minor modes with "C-h m", > and Auto-Fill is one of them. So when I type a long line it should > automatically wrap, right? It does for regular text but NOT for when > it's a headline (line starts with one or more *'s). > > I'm sorry if this is a trivial question, but I simply have not been > able to find a solution. I'm using org-mode version 7.4 in emacs > 23.2.1 on Ubuntu 11.04. >