From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Hackney Subject: Re: [BUG] `org-fill-paragraph' doesn't use `fill-prefix' Date: Sat, 27 Jul 2013 19:16:23 -0400 Message-ID: References: <874nbf3f6q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3DjH-0006RZ-1l for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 19:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3DjA-0003xA-EY for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 19:16:51 -0400 Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:50299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3DjA-0003x6-6x for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 19:16:44 -0400 Received: by mail-ob0-f170.google.com with SMTP id vb8so2002374obc.29 for ; Sat, 27 Jul 2013 16:16:43 -0700 (PDT) In-Reply-To: <874nbf3f6q.fsf@gmail.com> 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: > Daniel Hackney writes: > >> I proposed a fix [1] for this back in 2010, but it seems to have regressed >> again. `org-fill-paragraph' no longer makes use of a `fill-prefix', so >> filling things like email comments no longer works. > > Maybe we can introduce some support for `adaptive-fill-regexp' in > paragraphs and comments filling. Would you mind testing the following > patch? The patch works great for me. I'd love to see it in a released-to-ELPA version of org... ;) -- Daniel Hackney