From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lawrence Subject: Bug: ordered lists after unordered Date: Tue, 19 Oct 2010 08:29:38 -0700 Message-ID: <87sk02xkt9.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39957 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8E77-00007H-Qo for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 11:28:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8E76-00064j-N6 for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 11:28:33 -0400 Received: from cm03fe.ist.berkeley.edu ([169.229.218.144]:49608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8E76-00064B-IN for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 11:28:32 -0400 Received: from c-67-164-33-170.hsd1.ca.comcast.net ([67.164.33.170] helo=ludwig) by cm03fe.ist.berkeley.edu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (auth plain:richard.lawrence@berkeley.edu) (envelope-from ) id 1P8E72-0003Yb-As for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 08:28:29 -0700 Received: from rwl by ludwig with local (Exim 4.69) (envelope-from ) id 1P8E8A-0002aX-Gh for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 08:29:38 -0700 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 Hello all, 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 normally use M- (org-meta-return) to add a new item to a list. But in this kind of situation, using M- to insert the next ordered list item displays the message "Not in an item" and modifies the above lists to look like this: * Some heading 1 - unordered - unordered - unordered 1) ordered 1) And point ends up after the first "1", before the first "-" in the unordered list. (If the ordered and unordered lists are reversed, M- doesn't act quite so strangely, though it does convert any items in the unordered list into ordered list items. This might be a feature; but it's not the behavior I personally would prefer.) I am using Org version 7.01trans. Thanks! Best, Richard Lawrence