From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wagemans, Peter" Subject: Re: Status fix for "Regression in fill-paragraph behavior"? Date: Mon, 27 May 2013 13:03:41 +0200 Message-ID: References: <87wqqo7eu2.fsf@gmail.com> <87li747a4n.fsf@gmail.com> <8761y86saw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgvDT-0004Gy-6F for emacs-orgmode@gnu.org; Mon, 27 May 2013 07:03:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgvDO-0002sB-Hk for emacs-orgmode@gnu.org; Mon, 27 May 2013 07:03:51 -0400 Received: from mail2.kpnnet.org ([192.58.226.66]:24715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgvDO-0002rp-CE for emacs-orgmode@gnu.org; Mon, 27 May 2013 07:03:46 -0400 In-Reply-To: <8761y86saw.fsf@gmail.com> Content-Language: en-US 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: Nicolas Goaziou Cc: "emacs-orgmode@gnu.org" Nicolas Goaziou wrote: > Also, you have to admit that Org is a bit more complex than Text mode > (or Fundamental mode), and may have different requirements. It sure is a great tool, with a lot of useful functionality. But the new paragraph fill breaks my old workflows, so I am trying to find a way around that (preferably the easiest ;-). Is there some way or setting to tell org that in a node or perhaps all nodes in a subtree it should apply the adaptive fill from fill.el to text paragraphs, so that the fill-prefix is automatically recognized like in fundamental and text mode? Or is there some function that I can call (and bind to some key combination) to apply the old paragraph fill to some text paragraph? So that plain text paragraphs and citations that don't use any org features can be filled in the old way. > Again, what you call standard "Adaptive Fill" is not standard, since it > depends on the major mode. The word "standard" was meant in the following sense: "Adaptive Fill" that automatically recognizes a fill-prefix is available and enabled by default in the basic text editing modes of Emacs like fundamental-mode and text-mode. > I think external packages (filladapt.el?) might provide the > functionality you're after, assuming you configure them to play > nicely with Org. The org manual says "Many users reported they had problems using both 'filladapt.el' and Org mode", so I'm not very enthusiastic about embarking on that route. Regards, Peter Wagemans