From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Wiegley" Subject: Bug in behavior of M-RET with latest Org-mode Date: Sun, 24 Feb 2013 22:25:41 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9pdM-0001G7-Rz for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 23:25:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9pdL-0007E1-2l for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 23:25:48 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:59850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9pdK-0007Dp-SK for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 23:25:46 -0500 Received: by mail-ob0-f173.google.com with SMTP id dn14so2457184obc.32 for ; Sun, 24 Feb 2013 20:25:45 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org In Org I've liked that fact that hitting M-RET in a list of headlines which have no intervening whitespace, will add a new headline without whitespace. Example: * One * Two * Three If hit M-RET at the , I'll would get: * One * Two * * Three With the latest Org, I get: * One * Two * * Three Is this just a regression, or has the core behavior been changed to do this? Is there a new variable I need to tweak to get the old behavior? Thanks! John