From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Davey Subject: Problem with org-insert-heading on multi-line items? Date: Sat, 25 May 2013 14:53:34 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgJb7-000206-ON for emacs-orgmode@gnu.org; Sat, 25 May 2013 14:53:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgJay-0001Gu-92 for emacs-orgmode@gnu.org; Sat, 25 May 2013 14:53:45 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:64058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgJay-0001Gl-35 for emacs-orgmode@gnu.org; Sat, 25 May 2013 14:53:36 -0400 Received: by mail-we0-f172.google.com with SMTP id w62so3501197wes.17 for ; Sat, 25 May 2013 11:53:34 -0700 (PDT) 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 Org mode mailing list Hi folks, I'm using Org 8.0.3 and Emacs 24.3.1. I noticed with interest this note in the Org 8.0 release notes: "When a list item has a checkbox, inserting a new item uses a checkbox too." I'm finding, however, that Org will in many cases insert a new checkbox even if the current item has none. Specifically, invoking org-insert-heading on the second or subsequent lines of a multi-line item will create a new checkbox item every time, whether the current item has a checkbox or not. To illustrate: 1. org-insert-heading invoked here creates a new plain item 2. org-insert-heading invoked on this second item does the same 3. However, org-insert-heading, invoked on the SECOND line of this creates a following checkbox item: 4. [ ] However, invoking org-insert-heading on the first line of a multi-line item creates new items of the correct type, checkbox or not. So it seems like the first line is determinative. May I ask if anybody else is seeing this behavior? Is it as designed? Regards, Tom Davey -- Tom Davey tom@tomdavey.com New York NY USA