From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Regression - Position of point after capture Date: Wed, 05 Dec 2018 15:40:17 -0500 Message-ID: <87va47zozy.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUdyB-0000tG-Ig for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 15:40:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUdy8-0003eh-9L for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 15:40:31 -0500 Received: from outbound1.eu.mailhop.org ([52.28.251.132]:20785) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUdy7-0003WK-W8 for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 15:40:28 -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: emacs-orgmode@gnu.org, Nicolas Goaziou Hi, 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. Thanks for all your great work! Regards, Bernt