From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: fill-paragraph? Date: Fri, 09 Dec 2011 15:35:05 +0000 Message-ID: <4EE22AA9.2080105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ2Ti-0007Rw-6K for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 10:35:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZ2Te-0004WS-0r for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 10:35:14 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:54435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZ2Td-0004W1-R3 for emacs-orgmode@gnu.org; Fri, 09 Dec 2011 10:35:09 -0500 Received: by faao14 with SMTP id o14so253862faa.0 for ; Fri, 09 Dec 2011 07:35:08 -0800 (PST) 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 I lilke the fill-paragraph behaviour that I get in org-mode, and I was wondering if I could use it also in other modes. Using (turn-on-orgstruct) doesn't change the behaviour, and actually how does it work? I mean M-q in org-mode is still bound to the exact same function, how come it behaves differently? For example I would like to be able to refill comments in python without messing up the list structure: # TODO # - see how to handle possible interconnected links between different projects # - add some ways to declare more possible branches # - the name of the protocol is not necessary unless it's HTTP Ideas?