From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Filling comments in Org code block vs in temporary buffer Date: Wed, 24 Oct 2012 22:38:07 +0200 Message-ID: <87mwzbmwr4.fsf@gmail.com> References: <80ipa03pr5.fsf@somewhere.org> <87y5iwlye7.fsf@gmail.com> <80625zpupq.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR7mW-0005dQ-CF for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 16:42:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR7mV-0007jp-4y for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 16:42:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:41389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR7mU-0007jl-U7 for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 16:42:27 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TR7mZ-0001mr-1z for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 22:42:31 +0200 In-Reply-To: <80625zpupq.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 24 Oct 2012 20:53:53 +0200") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: > Is there no way to make such a practical feature[1] available? There's a mechanism to send commands to the src-block through the appropriate major-mode. It may be possible to ask for a filling with that. But I don't think Org should treat a src-block as plain text when M-q is used. > [1] For example, mails I get are enclosed in a "verse" block, and I've the > habit of reformatting them before saving my "inbox" file. Verse blocks are for free-form poetry and cannot be filled. I suggest to use quote blocks, which can be filled, for that. Regards,