From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: insert after hyperlink displaces mark during org-compat:org-move-to-column (since 8.1) [8.2.1 (release_8.2.1-45-g92f89e @ /home/rgarrett/src/org/orgmode/org-mode/lisp/)] Date: Sat, 09 Nov 2013 17:48:53 +0100 Message-ID: <87li0xpll6.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfBie-0001nu-Lj for emacs-orgmode@gnu.org; Sat, 09 Nov 2013 11:49:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfBiW-0005EL-8p for emacs-orgmode@gnu.org; Sat, 09 Nov 2013 11:49:08 -0500 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:56257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfBiW-0005E4-2C for emacs-orgmode@gnu.org; Sat, 09 Nov 2013 11:49:00 -0500 Received: by mail-wg0-f50.google.com with SMTP id k14so1505951wgh.5 for ; Sat, 09 Nov 2013 08:48:58 -0800 (PST) In-Reply-To: (Reuben Garrett's message of "Thu, 7 Nov 2013 14:53:59 -0600") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Reuben Garrett Cc: emacs-orgmode@gnu.org Hi Reuben, Reuben Garrett writes: > I noticed when completing a capture template that the point suddenly > jumped back to the left of a hyperlink on the same line. It seems to > only happen when there's a hyperlink on the line, and only within a > header. I debugged org-self-insert-command and traced through to > org-move-to-column, where I saw the point arrive at its final resting > place for org-self-insert-command: This is now fixed in maint and master, thanks. -- Bastien