From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Regression - Position of point after capture Date: Thu, 06 Dec 2018 16:08:25 -0500 Message-ID: <87r2euz7li.fsf@norang.ca> References: <87va47zozy.fsf@norang.ca> <87y392928k.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gV0sv-0000If-Og for emacs-orgmode@gnu.org; Thu, 06 Dec 2018 16:08:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gV0sr-00048X-GW for emacs-orgmode@gnu.org; Thu, 06 Dec 2018 16:08:37 -0500 Received: from outbound2m.ore.mailhop.org ([54.149.155.156]:25971) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gV0sr-00046z-9c for emacs-orgmode@gnu.org; Thu, 06 Dec 2018 16:08:33 -0500 Received: from localhost.localdomain (gollum.intra.norang.ca [192.168.1.5]) by thorin.intra.norang.ca (8.15.2/8.15.2/Debian-8) with ESMTPS id wB6L8QZB021146 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 6 Dec 2018 16:08:27 -0500 Received: from localhost.localdomain (gollum [127.0.0.1]) by localhost.localdomain (8.14.3/8.14.3/Debian-9.4) with ESMTP id wB6L8Pre005339 for ; Thu, 6 Dec 2018 16:08:25 -0500 In-Reply-To: <87y392928k.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 06 Dec 2018 15:08:43 +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" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> There is a regression in the master branch. >> >> In master if you use >> M-x org-capture >> t >> and save your task with C-c C-c >> then go to the task with C-u C-u M-x org-capture >> you end up after the captured task instead of on the headline of the >> newly captured tasked. >> >> On the maint branch C-u C-u M-x org-capture >> positions point on the heading of the task. > > Fixed. Thank you. > > Regards, Hi! Verified. :) Thank you very much for the super-quick fix! Regards, Bernt