From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Escaping of non-ascii characters in links Date: Fri, 03 Aug 2012 19:03:58 +0200 Message-ID: <87sjc3oqkh.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxLHb-0004Tk-CB for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 13:03:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxLHa-0000My-Bi for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 13:03:27 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:61777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxLHa-0000Mj-0S for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 13:03:26 -0400 Received: by weys10 with SMTP id s10so685504wey.0 for ; Fri, 03 Aug 2012 10:03:25 -0700 (PDT) In-Reply-To: ("Gustav =?iso-8859-1?Q?Wikstr=F6m=22's?= message of "Fri, 3 Aug 2012 14:23:24 +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: Gustav =?iso-8859-1?Q?Wikstr=F6m?= Cc: Org Mode List Gustav Wikström writes: > [[%C3%B6][ö]] > > I would like to not have the choice of normal behavior even if > non-ascii characters are used (giving me [[ö]]). Is there one at the > moment? If not, consider this a feature request =) Here you go, from a fresh pull: (setq org-url-hexify-p nil) -- Bastien