From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Ensure proper nesting of captured items Date: Sun, 10 Sep 2017 09:40:06 +0200 Message-ID: <87d16z2e95.fsf@nicolasgoaziou.fr> References: <87d16z7smf.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqwqg-0004cE-3d for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 03:40:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqwqf-0003hV-A4 for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 03:40:10 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:43970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqwqf-0003gT-48 for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 03:40:09 -0400 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id D65C4A80CD for ; Sun, 10 Sep 2017 09:40:06 +0200 (CEST) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1dqwqc-0002Hd-18 for emacs-orgmode@gnu.org; Sun, 10 Sep 2017 09:40:06 +0200 In-Reply-To: <87d16z7smf.fsf@fastmail.fm> (Matt Lundin's message of "Sat, 09 Sep 2017 11:18:32 -0500") 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" To: Org Mode Hello, Matt Lundin writes: > Subject: [PATCH] Ensure that top-level capture targets are pasted at level 1 > > * lisp/org-capture.el: (org-capture-place-entry) Ensure that level is > set to 1 (i.e., the top level) if there is no headline target > defined. Otherwise, captured items are improperly nested by context. Applied. Thank you. Regards, -- Nicolas Goaziou