From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: export to markdown invalid URL Date: Wed, 23 Aug 2017 00:31:55 +0200 Message-ID: <87378j2q04.fsf@nicolasgoaziou.fr> References: <357ecb77-e9a1-2183-c9de-218a69a23893@posteo.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkHiN-0001mj-8r for emacs-orgmode@gnu.org; Tue, 22 Aug 2017 18:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkHiJ-00044L-C7 for emacs-orgmode@gnu.org; Tue, 22 Aug 2017 18:32:03 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:45285) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dkHiJ-00043T-5W for emacs-orgmode@gnu.org; Tue, 22 Aug 2017 18:31:59 -0400 In-Reply-To: (Jay Kamat's message of "Tue, 22 Aug 2017 17:50:18 -0400") 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: Jay Kamat Cc: fabio.leimgruber@posteo.eu, emacs-orgmode Jay Kamat writes: > sorry for the repeated emails, but I think I've come up with a better > solution to this issue, to just use the raw link target in the target > of the markdown export, which I've attached to this email. Feel free > to pick either one of these patches or come up with something better. I think the current patch is fine. Yours is equivalent, but since we already bound `raw-path', we might as well use it. > Hope this gets fixed soon, Isn't it already the case? Regards,