From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Short Subject: org-meta-return and lists Date: Wed, 3 Nov 2010 15:40:21 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=60308 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDjCE-0001Jr-42 for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 15:40:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDjCD-0001s9-5r for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 15:40:34 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:65232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDjCD-0001rz-3b for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 15:40:33 -0400 Received: by gxk2 with SMTP id 2so903657gxk.0 for ; Wed, 03 Nov 2010 12:40:32 -0700 (PDT) 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 With the new list handling mechanism in v7.02, org-meta-return acts differently for me following lists. If I hit M-RET with the cursor in the (blank) row or two after a list, it adds another list item. Before, I'd get a new heading (what I want), and I'd only get another list item if the cursor is still on a line with a list when I hit M-RET.. Based on looking at the source of org-insert-heading and org-in-item-p, I can reduce the behavior to within one empty row after a list by setting org-empty-line-terminates-plain-lists to t. Anyone know how I can go back to the previous behavior? * heading - list item A - list item B <- When I hit M-RET here, I'd like a new heading. - Tom