From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [PATCH] Ensure proper nesting of captured entries Date: Sat, 09 Sep 2017 11:40:42 -0500 Message-ID: <87poaz6d11.fsf@fastmail.fm> 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]:46998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqioM-00015H-2U for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 12:40:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqioH-0002nl-3n for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 12:40:50 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58939) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dqioG-0002nS-M9 for emacs-orgmode@gnu.org; Sat, 09 Sep 2017 12:40:44 -0400 Received: from archbook (c-24-14-63-242.hsd1.il.comcast.net [24.14.63.242]) by mail.messagingengine.com (Postfix) with ESMTPA id 73D2D7F984 for ; Sat, 9 Sep 2017 12:40:43 -0400 (EDT) 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 Matt Lundin writes: > I configure my org-capture templates set to insert items at the end of a > capture file: i.e., with a simple file target - (file "~/org/inbox.org") > - and no target headline. A note of clarification. My post and patch relate to headline entries, not list items. Apologies for the confusion about terminology. Best, Matt