From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug - using Plain lists and Checkboxes in the same level Date: Wed, 3 Dec 2008 15:43:09 +0100 Message-ID: <66414C70-8BE3-4F60-B135-B6CBE723CAB6@uva.nl> References: <191f2a110812030442k22024fb3g747285b54f087ca2@mail.gmail.com> <877i6h5ot6.fsf@kassiopeya.MSHEIMNETZ> <87ocztfhni.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7swd-0003GQ-64 for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 09:43:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7swb-0003Fm-KY for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 09:43:14 -0500 Received: from [199.232.76.173] (port=54283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7swb-0003Fj-Hp for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 09:43:13 -0500 Received: from gv-out-0910.google.com ([216.239.58.187]:44161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7swb-000294-5b for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 09:43:13 -0500 Received: by gv-out-0910.google.com with SMTP id i36so719662gve.17 for ; Wed, 03 Dec 2008 06:43:12 -0800 (PST) In-Reply-To: <87ocztfhni.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: org-mode mailing list On Dec 3, 2008, at 3:38 PM, Bernt Hansen wrote: > Sebastian Rose writes: > >> don't know, if I got you. As I see it, the checkbox item stays a >> checkbox item. >> >> Org looks to start of line, sees it's in a numbered list and >> adjusts the >> following item accordingly. > > I think the original poster intended this to be 2 lists not 1. The > numbered list (a) and the unnumbered list (b) and was expecting > something like > > ,---- > | 1. a > | 2. > | > | - [ ] b > `---- > > instead of having b as number 3. The only way to do this is to put a line of text between these two lists, a line that is not indented. - Carsten