From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: fill-paragraph Date: Thu, 12 Jul 2007 21:28:40 +0200 Message-ID: References: <4695A614.7080109@u.washington.edu> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I94xJ-00054N-JR for emacs-orgmode@gnu.org; Thu, 12 Jul 2007 16:08:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I94xH-0004zr-Tz for emacs-orgmode@gnu.org; Thu, 12 Jul 2007 16:08:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I94xH-0004ze-QZ for emacs-orgmode@gnu.org; Thu, 12 Jul 2007 16:08:03 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I94xG-0005Vu-Pu for emacs-orgmode@gnu.org; Thu, 12 Jul 2007 16:08:03 -0400 In-Reply-To: <4695A614.7080109@u.washington.edu> 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 To: Scott Otterson Cc: emacs-orgmode@gnu.org On Jul 12, 2007, at 5:55, Scott Otterson wrote: > A small bug in v5.02: If I put the cursor on a headline that is longer > than 100 columns, and if I type > > M-x fill-paragraph > > then nothing happens. It used to be that fill-paragraph would wrap > too-long headlines, but this hasn't worked for maybe the last three > org-mode versions. I'm using emacs 22.1 Headlines are explicitly excluded from wrapping. It has to be like this, because everything including tags etc needs to be in a single line. - Carsten