From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Bug? M-S-RET on a line Date: Mon, 09 Mar 2009 17:06:16 -0400 Message-ID: <49B584C8.4040501@gmail.com> 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 1LgmgI-0002yP-OI for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 17:06:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgmgG-0002un-Bo for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 17:06:37 -0400 Received: from [199.232.76.173] (port=53446 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgmgG-0002uT-5i for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 17:06:36 -0400 Received: from mail-qy0-f132.google.com ([209.85.221.132]:34694) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgmgF-00015M-QW for emacs-orgmode@gnu.org; Mon, 09 Mar 2009 17:06:35 -0400 Received: by qyk38 with SMTP id 38so1433402qyk.14 for ; Mon, 09 Mar 2009 14:06:33 -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: org-mode mailing list Hi, Suppose I have an org file with following lines: * Test1 Test2 Now if I put the cursor at the beginning of the "Test2" line and press "M-S-RET" (Alt-Shift-Return on my machine), I got this: * Test1 * Test2TODO The "TODO" keyword was inserted at the end instead of the beginning of the task text. This seems a bug to me. I am using the latest release, 6.24a. Thanks for confirmation and investigation. Wanrong