From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked Date: Mon, 30 May 2016 22:10:27 -0500 Message-ID: <87y46qudlo.fsf@fastmail.fm> References: <8760tvd1ic.fsf@fastmail.fm> <87twhfhup6.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7a4r-0002qu-Td for emacs-orgmode@gnu.org; Mon, 30 May 2016 23:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7a4m-0000k5-Ej for emacs-orgmode@gnu.org; Mon, 30 May 2016 23:10:44 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7a4j-0000gx-Ns for emacs-orgmode@gnu.org; Mon, 30 May 2016 23:10:40 -0400 In-Reply-To: <87twhfhup6.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Tue, 31 May 2016 09:39:33 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Eric Abrahamsen writes: >> This bug was fixed on October 31, 2015 with the following commit: >> >> a87c34cb8d58e7019c8d081c02bbac9e93cef8ab >> >> Unfortunately, that commit must have been applied only to the master >> branch, as it is not present in the maint branch and thus was not >> released as part of org-mode 8.3.4. I'm not sure why that commit was >> never merged into maint. I'm flagging this as a bug to ensure that it is >> merged. >> >> I think the only solution at the moment would be to upgrade to a more >> recent development version either by checkout org out through git or >> using elpa: >> >> http://orgmode.org/elpa.html > > I'm using org-plus-contrib from elpa, and still see this bug... You are right; I spoke too soon. ELPA packages are based on the maint branch, so installing from ELPA won't help. Until this bug fix makes its way to maint, the only solution is to use the org repo or to patch the ELPA download manually. Matt