From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: list format questions Date: Fri, 23 Nov 2007 08:11:54 +0000 Message-ID: <87sl2xz8hh.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvTdt-0007bJ-Jm for emacs-orgmode@gnu.org; Fri, 23 Nov 2007 03:12:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvTds-0007av-0B for emacs-orgmode@gnu.org; Fri, 23 Nov 2007 03:12:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvTdr-0007as-Pn for emacs-orgmode@gnu.org; Fri, 23 Nov 2007 03:12:03 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IvTdr-0007w9-8W for emacs-orgmode@gnu.org; Fri, 23 Nov 2007 03:12:03 -0500 Received: from hu-out-0506.google.com ([72.14.214.226]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvTdp-0007au-8z for emacs-orgmode@gnu.org; Fri, 23 Nov 2007 03:12:01 -0500 Received: by hu-out-0506.google.com with SMTP id 23so1821165huc for ; Fri, 23 Nov 2007 00:11:58 -0800 (PST) In-Reply-To: (Eddward DeVilla's message of "Wed, 7 Nov 2007 11:32:04 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Eddward DeVilla" writes: > - [ ] Q2 is a really, really, long Q and needs to be described in > excruciating detail. Note that auto-refilling should already handle this. The thing is that it outputs something like this: ,---- | - [ ] Q2 is a really, really, long Q and needs to be described in | excruciating detail. `---- Not something like this: ,---- | - [ ] Q2 is a really, really, long Q and needs to be described in | excruciating detail. `---- Which might be seen as more natural. But it's not obvious for me. Do you think auto-refill should wrap the line like in the second example? (I'm not speaking about explicit refilling with `M-q' here.) -- Bastien