From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Extending lists is broken? Date: Mon, 25 Jun 2007 14:43:16 -0400 Message-ID: <87myynub7f.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2tXN-0000dY-Al for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 14:43:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2tXK-0000bg-UO for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 14:43:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2tXK-0000bb-Nq for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 14:43:42 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I2tXK-0003RI-BI for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 14:43:42 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1I2tX5-0005sj-O8 for emacs-orgmode@gnu.org; Mon, 25 Jun 2007 20:43:28 +0200 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([74.119.210.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jun 2007 20:43:27 +0200 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jun 2007 20:43:27 +0200 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 Hi Carsten, I'm using org mode version 4.79 and I used to be able to use Shift-Alt-Return and Shift-Return to create the next item in a list (with or without a checkbox) ,---- org file before ------------- | * NEXT SomeTask | CLOCK: [2007-06-25 Mon 14:05] | | - [ ] Somefield | - [ ] Another field `---------------------------------- If I hit Shift-Alt-Return at the end of the last line I now get this: ,---- order file after ------------ | * NEXT SomeTask | CLOCK: [2007-06-25 Mon 14:05] | | CLOCK: [ ] Somefield | CLOCK: [ ] Another field | CLOCK: [ ] `---------------------------------- This is broken in 4.78 and 4.79 but works in 4.77 Regards, Bernt