From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] Cannot export a raw link Date: Thu, 17 Apr 2014 13:06:53 +0200 Message-ID: <87a9bk43le.fsf@gmail.com> References: <87mwfofewj.fsf@bzg.ath.cx> <87ob04gnz1.fsf@gmail.com> <87y4z7rgas.fsf@Rainer.invalid> <87d2gjhglr.fsf@gmail.com> <87ha5vra6p.fsf@Rainer.invalid> <877g6rhe00.fsf@gmail.com> <87wqep4ufe.fsf@gmail.com> <87a9bka2et.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wak9G-0004Gm-Up for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:06:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wak9A-0005FI-S3 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 07:06:30 -0400 In-Reply-To: <87a9bka2et.fsf@bzg.ath.cx> (Bastien's message of "Thu, 17 Apr 2014 08:35:54 +0200") 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: Bastien Cc: Achim Gratz , emacs-orgmode@gnu.org Hello, Bastien writes: > Indeed, please go ahead with this plan when you can. Done. > Also, `org-open-at-point' needs to correctly deal with links > like mailto:john@doe.com?subject=Test -- I think it used to > work but the subject is not parsed correctly here. I don't think it ever worked. According to `org-link-mailto-program', Org provides its own syntax, which is mailto:john@doe.com::Test Unfortunately, this is also buggy at the moment. But, before fixing it, I think we should decide which syntax we are going to support (supporting both is sub-optimal, IMO). FWIW, I vote for regular URI mailto:john@doe.com?subject=Test. That implies to get rid of `org-link-mailto-program' and delegate the parsing job to `browse-url', which can be configured, in this case, through `browse-url-mailto-function'. Regards, -- Nicolas Goaziou