From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Smarter fill-paragraph behaviour in #+XXX: comments Date: Sun, 29 Jul 2012 10:20:50 +0200 Message-ID: <87ipd7ugf1.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvOjW-0002jS-MS for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 04:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvOjV-0007hZ-M8 for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 04:20:14 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:58755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvOjV-0007hO-FP for emacs-orgmode@gnu.org; Sun, 29 Jul 2012 04:20:13 -0400 Received: by weys10 with SMTP id s10so3281297wey.0 for ; Sun, 29 Jul 2012 01:20:12 -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 Hi Paul, 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 > > Org takes no account of the #+ directives and simply smooshes all the > lines together like this: > > > #+CAPTION: This is a really long caption that I need +CAPTION: to describe my > #table in excruciating and unnecessary detail FWIW, and thanks to the recent integration of org-element.el into core, this is now fixed in the git repo. Please pull and test if you can. -- Bastien