From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Re: Bug: ordered lists after unordered Date: Thu, 21 Oct 2010 08:44:34 -0700 Message-ID: <87pqv3pn31.fsf@berkeley.edu> References: <87sk02xkt9.fsf@berkeley.edu> <87k4lbg4c6.wl%n.goaziou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8xIn-0004FX-UC for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 11:43:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8xIg-0002Oo-6z for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 11:43:37 -0400 Received: from cm05fe.ist.berkeley.edu ([169.229.218.146]:45399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8xIg-0002ND-0J for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 11:43:30 -0400 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nicolas, Thanks for getting back to me. >> I think I've found a bug with the way org-meta-return behaves. I >> occasionally need to follow an unordered list by an ordered list, >> without any intervening text. For example: > >> * Some heading >> - unordered >> - unordered >> - unordered >> >> 1) ordered > >> I am using Org version 7.01trans. > > This behavior has been fixed in development version of Org mode. You > may upgrade. Great! Pulling from git fixed this issue for me. > By the way, please note that, by default, you now need to insert two > blank lines to separate lists (that is unless you set > `org-empty-line-terminates-plain-lists' to t). Thanks for the tip! Best, Richard