From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddward DeVilla" Subject: list format questions Date: Wed, 7 Nov 2007 11:32:04 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpolB-0006FY-Gw for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 12:32:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ipol5-00067m-3D for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 12:32:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ipol4-00067j-SL for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 12:32:06 -0500 Received: from nz-out-0506.google.com ([64.233.162.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ipol5-0001jG-1r for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 12:32:07 -0500 Received: by nz-out-0506.google.com with SMTP id f1so1678168nzc for ; Wed, 07 Nov 2007 09:32:05 -0800 (PST) Content-Disposition: inline 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: org-mode mailing list Hi, I have a couple of question about list formatting. Given the example file: ==== sample.org ==== * [/] investigate - [ ] Q1 -- A1 \\ more A1 - [ ] Q2 is a really, really, long Q and needs to be described in excruciating detail. - [ ] Q3 ==================== In Q1, the '\\' would force a line break when exported. Should/can it force a line break when using M-q to wrap lines? If I use M-q on Q1, the line below it wraps up to the same line as Q1. In Q2, if I use M-q or auto wrap to wrap it, the word 'excruciating' is indented so it aligns with the opening brace. If I were to manually hit newline after anywhere before that and press tab to indent before continuing to type, it aligns with 'Q' in 'Q2'. Afterwards, the either indentation is maintained properly with M-q or auto wrap. Is there an option I'm missing that I could use to make tab and M-q & auto wrap to favor the same alignment, preferably 'Q2'? I know list indenting was a can of worms before and I don't want to suggest new behavior if it would clash with the current behavior. Edd