From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] fix org-insert-todo-heading-respect-content in plain list item Date: Tue, 29 Oct 2013 09:58:35 +0100 Message-ID: <87ppqocv2c.fsf@gmail.com> References: <878uxeu0bh.fsf@acer.localhost.com> <877gcxbxab.fsf@gmail.com> <871u35yyqx.fsf@acer.localhost.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb586-0002yp-Pl for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:58:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb57y-0003GW-DJ for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:58:26 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:39717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb57y-0003Fw-6y for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 04:58:18 -0400 Received: by mail-we0-f173.google.com with SMTP id u57so7774150wes.18 for ; Tue, 29 Oct 2013 01:58:17 -0700 (PDT) In-Reply-To: <871u35yyqx.fsf@acer.localhost.com> (Ingo Lohmar's message of "Mon, 28 Oct 2013 20:35:50 +0100") 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: Ingo Lohmar Cc: emacs-orgmode@gnu.org Hello, Ingo Lohmar writes: > Hi Nicolas, > > sure: emacs -q -nw, and in the scratch buffer > > (add-to-list 'load-path "~/src/org-mode/lisp/") ;refer to HEAD as of yesterday > (org-mode) > > ;and enter/paste: > > * test > - an -!- item > - another one > > Then, with the cursor at -!- (for example), hitting breaks > the line, while it /should/ create a todo heading after the subtree. > Replacing the t with '(4) (which is what org-todo-heading comapres with) > fixes this. Thank you. I applied your patch. Regards, -- Nicolas Goaziou