From mboxrd@z Thu Jan 1 00:00:00 1970 From: iemacs@gmail.com Subject: Bug - using Plain lists and Checkboxes in the same level Date: Wed, 3 Dec 2008 20:42:30 +0800 Message-ID: <191f2a110812030442k22024fb3g747285b54f087ca2@mail.gmail.com> 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 1L7r8b-0001ga-NW for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 07:47:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7r8Z-0001gO-Ps for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 07:47:28 -0500 Received: from [199.232.76.173] (port=34188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7r8Z-0001gL-N9 for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 07:47:27 -0500 Received: from mail-gx0-f15.google.com ([209.85.217.15]:44236) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7r8Z-0005Va-Ba for emacs-orgmode@gnu.org; Wed, 03 Dec 2008 07:47:27 -0500 Received: by gxk8 with SMTP id 8so1520679gxk.18 for ; Wed, 03 Dec 2008 04:47:26 -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 The file content is something like below example #+BEGIN_BLOCKQUOTE 1. a - [ ] b #+END_BLOCKQUOTE If I press Alt-Enter at the end of first line, I get #+BEGIN_BLOCKQUOTE 1. a 2. 3. [ ] b #+END_BLOCKQUOTE It seems that plain lists can not be mixed with checkboxes in the same level. The org-version is 6.13a. -- Kind regards, Tian Qiu