From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Emacs bug 37890; killing capture buffer Date: Wed, 18 Dec 2019 01:20:12 +0000 Message-ID: <87eex2o2er.fsf@kyleam.com> References: <87r217lwwz.fsf@web.de> <874ky3sdhs.fsf@alphapapa.net> <87woaxw79i.fsf@web.de> <8736dj27wn.fsf@web.de> <87mubqrgue.fsf@alphapapa.net> <87v9qedd4f.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58184) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihO0k-0002d8-Rn for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 20:20:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihO0h-0001Vt-UU for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 20:20:22 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:62090) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ihO0h-0001Sf-KB for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 20:20:19 -0500 In-Reply-To: <87v9qedd4f.fsf@web.de> 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: Michael Heerdegen , Adam Porter Cc: emacs-orgmode@gnu.org Michael Heerdegen writes: > Adam Porter writes: [...] >> I haven't seen your bug report. Was there discussion about it >> previously? > > No, no discussion at all. As I said, it is Emacs bug #37890, this was > my issue: > > | I want to capture an APPT with `org-capture'. I the pop-up buffer to > | edit the item I move the date to the second line and add text after the > | date (personal preference). That loses the final newline in > | CAPTURE-todo.org. As a result, the headline of the item following the > | item to be inserted gets appended to the last line of the text: > | > | ** APPT Abc > | <2019-10-23 Mi> > | text... ** APPT 8:30 Important Appointment > | > | breaking the whole item. The user should somehow be prevented from that > | happening. > > It seems it has been resolved, just without noticing my bug report. If > you can confirm that the cited issue has been cared about, I'll close it > as done. This issue was resolved by 0fa8bb4c5 (org-capture: Inserting an entry doesn't break structure, 2018-10-22), which part of the 9.2 release and prompted by .