From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: [BUG] External unicode links without a description in ox-html Date: Sat, 23 Jul 2016 17:34:09 +0200 Message-ID: References: <87k2gg9xnb.fsf@systemreboot.net> <87fur46pq6.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQywR-0001Hf-B3 for emacs-orgmode@gnu.org; Sat, 23 Jul 2016 11:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQywP-0004DC-81 for emacs-orgmode@gnu.org; Sat, 23 Jul 2016 11:34:14 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:36033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQywP-0004CE-0t for emacs-orgmode@gnu.org; Sat, 23 Jul 2016 11:34:13 -0400 Received: by mail-wm0-x234.google.com with SMTP id q128so87904197wma.1 for ; Sat, 23 Jul 2016 08:34:11 -0700 (PDT) In-Reply-To: <87fur46pq6.fsf@saiph.selenimh> 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: org mode Hi Nicolas There seems to be a related issue with an inconsistency between HTML and other export formats in using org-link-unescape for the link _destination_ part: With the Org file 1) https://duckduckgo.com/?q=Org+mode+%252B+Worg 2) https://duckduckgo.com/?q=Org+mode+%2B+Worg org-open-at-point on link 1) opens a web browser with the search field filled with "Org mode + Worg" as expected by me. The same happens when using link 1) of the HTML export. But when exporting to PDF (via LaTeX), ODT or ASCII (browse-url-at-point) I have to use link 2) to get the same result. I think one should be able to consistently use link 1) for all export formats. Michael