From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Encoding Problem in export? Date: Sun, 28 Jul 2013 14:24:04 +0530 Message-ID: <877ggb83pv.fsf@gmail.com> References: <87bo5s27ey.fsf@sachwertpartner.de> <877ggg7suh.fsf@gmail.com> <51EF32F4.9030309@gmx.de> <87txjk5s2q.fsf@gmail.com> <87a9lcfg9g.fsf@gmail.com> <877ggg5i5q.fsf@gmail.com> <87y58vp9mj.wl%dmaus@ictsoc.de> <87li4u48jp.fsf@gmail.com> <87r4emdl2a.wl%dmaus@ictsoc.de> <87d2q54o7e.fsf@gmail.com> <87k3kc1n6f.wl%dmaus@ictsoc.de> <87iozwmf87.fsf@gmail.com> <87bo5n84ih.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3MiR-0002BY-4B for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 04:52:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3MiI-0007yC-8m for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 04:52:35 -0400 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:65397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3MiI-0007xy-2V for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 04:52:26 -0400 Received: by mail-pd0-f173.google.com with SMTP id p11so246385pdj.18 for ; Sun, 28 Jul 2013 01:52:25 -0700 (PDT) In-Reply-To: <87bo5n84ih.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 28 Jul 2013 14:06:54 +0530") 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: David Maus , emacs-orgmode@gnu.org, Nick Dokos I sense a design flaw. Fix it rather than "escape" it. Jambunathan K writes: > If Org links are escaped by Org will the URLs be functional outside of > Org? > > i.e., If I am on some machine, that has no Emacs or Org or if I am using > a version of Org that uses "new unescape" algorithm but the original > link was encoded with the "old escape" algorithm, will Copy-pasting the > link to a browser still work. > > If Org is a MUST to unescape the link then it would be a good decision > to re-look at the link syntax so that the questions of escape and > un-escape is dealt with squarely and have no reasons to arise in future. > > [1] IIRC, escaping doesn't happen if URL is copy-pasted but only if it > is "inserted". i.e., escaping much depends on the workflow of the user > and the workflow of a user could much depend on his whims and fancies > and day of the week and seasons of the year. > > Just a cent from a Org user.