From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Smarter fill-paragraph behaviour in #+XXX: comments Date: Fri, 20 Jul 2012 11:06:42 +0200 Message-ID: <874np2by3h.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ss9E4-0005Rk-Ft for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 05:10:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ss9Dv-0005Sf-4Q for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 05:10:20 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:46950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ss9Du-0005SU-Uc for emacs-orgmode@gnu.org; Fri, 20 Jul 2012 05:10:11 -0400 Received: by wgbez12 with SMTP id ez12so2617181wgb.30 for ; Fri, 20 Jul 2012 02:10:10 -0700 (PDT) In-Reply-To: (Paul Sexton's message of "Thu, 19 Jul 2012 23:55:40 +0000 (UTC)") 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: Paul Sexton Cc: emacs-orgmode@gnu.org Hello, Paul Sexton writes: > I became annoyed at how, when pressing M-Q (fill-paragraph) while in a > block like this: > > #+CAPTION: This is a really long caption that I need > #+CAPTION: to describe my table in excruciating and unnecessary detail Provided you have contrib directory in your load-path, you may be interested in `org-element-fill-paragraph' function (you will need to (require 'org-element) first). Regards, -- Nicolas Goaziou