From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lex Fridman Subject: Auto-Fill (aka Word Wrap) of Headline Text Date: Thu, 9 Jun 2011 17:56:02 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUnDH-0007TS-2f for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 17:56:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUnDE-00028Y-A0 for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 17:56:26 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:57427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUnDD-00028M-SE for emacs-orgmode@gnu.org; Thu, 09 Jun 2011 17:56:24 -0400 Received: by iyl8 with SMTP id 8so2361791iyl.0 for ; Thu, 09 Jun 2011 14:56:22 -0700 (PDT) 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: emacs-orgmode@gnu.org 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.