From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-insert-heading rewritten from scratch Date: Mon, 09 Sep 2013 21:10:52 +0200 Message-ID: <874n9t6car.fsf@gmail.com> References: <6570EFE0-1DCA-44D1-AAD9-BE51A278EE58@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ6rM-0004EM-By for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 15:11:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ6rA-0004pX-FL for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 15:10:52 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:40846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ6rA-0004pG-73 for emacs-orgmode@gnu.org; Mon, 09 Sep 2013 15:10:40 -0400 Received: by mail-wg0-f43.google.com with SMTP id z12so5736495wgg.10 for ; Mon, 09 Sep 2013 12:10:39 -0700 (PDT) In-Reply-To: (Michael Brand's message of "Mon, 9 Sep 2013 18:42:20 +0200") 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: Michael Brand Cc: Emacs Org mode mailing list , Carsten Dominik Hello, Michael Brand writes: > About the following different issue I don't care as much and only > wanted to report: C-RET before any headline when within a drawer, or > generally before any headline(?), could bark instead of changing to a > headline leading to invalid Org syntax within a drawer. I don't think it should bark, but it should insert the headline after the drawer, i.e. just before the first headline, if there's one at all, or at the end of the buffer. > From 9896499fb7f497a13857b5b86f33cfbf1b918029 Mon Sep 17 00:00:00 2001 > From: Michael Brand > Date: Mon, 9 Sep 2013 18:40:07 +0200 > Subject: [PATCH 2/2] org-meta-return: Insert an item also in a drawer > > * lisp/org.el (org-meta-return): Exclude item from cond for drawer. > * testing/lisp/test-org-list.el (test-org-list/meta-return): On an > item in a drawer expect an item to be inserted. FWIW, I think the test belongs to test-org.el, not to test-org-list.el. Regards, -- Nicolas Goaziou