From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Adding to a List With No Heading Doesn't Work as Expected Date: Wed, 25 Nov 2009 10:39:11 +0000 Message-ID: <4B0D094F.8050709@manor-farm.org> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDFHM-0007AB-Dp for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 05:39:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDFHK-00079M-4v for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 05:39:20 -0500 Received: from [199.232.76.173] (port=41432 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDFHJ-00079D-SR for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 05:39:17 -0500 Received: from li40-130.members.linode.com ([72.14.178.130]:54328) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDFHJ-0003kS-HA for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 05:39:17 -0500 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id 80D7DCF74 for ; Wed, 25 Nov 2009 10:39:15 +0000 (GMT) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (wilkesley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qdbqM91BR3bO for ; Wed, 25 Nov 2009 10:39:15 +0000 (GMT) Received: from firewall.banter.local (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id A56AFCF67 for ; Wed, 25 Nov 2009 10:39:14 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 18D1CC61A for ; Wed, 25 Nov 2009 10:39:12 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pL5iqWB0wQTd for ; Wed, 25 Nov 2009 10:39:11 +0000 (GMT) Received: from [192.168.0.55] (unknown [192.168.0.55]) by firewall.banter.local (Postfix) with ESMTPSA id E9DAEC040 for ; Wed, 25 Nov 2009 10:39:11 +0000 (GMT) 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 I am not sure if this is intended behaviour or not. If I start a new document with no headings and type: - item 1 then press M_Ret, I get: - item 1 * If my document is like: * Heading - item 1 M-Ret works as expected. This is with 6.33 trans. Ian.