From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: fill-paragraph does not work in quote/example blocks Date: Thu, 08 Aug 2013 18:42:03 +0200 Message-ID: <87a9ks9lt0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7TI7-0002tF-S7 for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 12:42:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7TI0-0006VE-FZ for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 12:42:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:42305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7TI0-0006V4-9q for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 12:42:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V7THy-0001Pe-D0 for emacs-orgmode@gnu.org; Thu, 08 Aug 2013 18:42:14 +0200 Received: from e178190030.adsl.alicedsl.de ([85.178.190.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Aug 2013 18:42:14 +0200 Received: from tjolitz by e178190030.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Aug 2013 18:42:14 +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: emacs-orgmode@gnu.org Hi List, I just noticed that `fill-paragraph' does not work (anymore?) in quote or example blocks. Is that a bug, intended behaviour, or a weird side-effect of my personnal settings? Steps to reproduce: 1. Insert block and write a loooong line #+begin_verse This is a very long line that continues and continues and continues and continues and continues #+end_verse 2. Do M-q on that line - nothing happens 3. Mark that line and try M-q again - it is filled now, so `fill-region' seems to work #+begin_verse This is a very long line that continues and continues and continues and continues and continues #+end_verse -- cheers, Thorsten