From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Eckl Subject: Re: Encoding Problem in export? Date: Wed, 24 Jul 2013 12:27:44 +0200 Message-ID: <51EFAC20.8040101@gmx.de> References: <87bo5s27ey.fsf@sachwertpartner.de> <877ggg7suh.fsf@gmail.com> <51EF32F4.9030309@gmx.de> <87txjk5s2q.fsf@gmail.com> <51EF947A.2080301@gmx.de> <87ehao5ncx.fsf@gmail.com> Reply-To: eckl.r@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1wIT-0006L7-58 for emacs-orgmode@gnu.org; Wed, 24 Jul 2013 06:27:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1wIS-0003K1-5v for emacs-orgmode@gnu.org; Wed, 24 Jul 2013 06:27:53 -0400 Received: from mout.gmx.net ([212.227.15.18]:62320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1wIR-0003Jw-Sx for emacs-orgmode@gnu.org; Wed, 24 Jul 2013 06:27:52 -0400 Received: from [192.168.178.32] ([93.134.100.182]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0M1Wcz-1U8amy0Dpx-00tTJA for ; Wed, 24 Jul 2013 12:27:51 +0200 In-Reply-To: <87ehao5ncx.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Am 24.07.2013 11:16, schrieb Nicolas Goaziou: > Robert Eckl writes: > >> Ok, using visible-mode i see the link with %3D, i can replace it, >> then all works fine. If iinsert a new link from clipboard, i get %3D. > Then, as I said, `org-link-escape' (called from `org-insert-link', aka > C-c C-l) is buggy. > > I think we should replace every occurence of `org-link-escape' with > `url-encode-url' and `org-link-unescape' with `url-unhex-string'. > I can't see a reason to reinvent the wheel here. > > AFAICT, only org-mobile.el uses optional arguments from > `org-link-escape'. It just begs for a new internal function in > org-mobile.el. > > WDYT? It's fine for me - IME you really know what you do. Thank you very much, Robert