From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Bug: UTF-8 characters in #+LINK does not work [7.4] Date: Sat, 29 Jan 2011 10:04:27 -0500 Message-ID: <87d3nfagzo.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=58699 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjCLn-00049i-5E for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 10:04:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjCLk-0000AI-Sc for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 10:04:31 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:38740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjCLk-0000AA-O6 for emacs-orgmode@gnu.org; Sat, 29 Jan 2011 10:04:28 -0500 In-Reply-To: ("Gustav =?utf-8?Q?Wikstr=C3=B6m=22's?= message of "Wed, 19 Jan 2011 09:00:51 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gustav =?utf-8?Q?Wikstr=C3=B6m?= Cc: emacs-orgmode@gnu.org Gustav Wikstr=C3=B6m writes: > Using characters such as =C3=A5,=C3=A4,=C3=B6 does not work when using #+= LINK > > example: > > `#+LINK: F=C3=A4rdmedel file:~/f=C3=A4rdmedel.org' > > this does not work, however the following does: > > `#+LINK: Fardmedel file:~/f=C3=A4rdmedel.org' > > Is there an easy fix? > I can confirm this.=20 The regexp in org-link-expand-abbrev does not allow for accented characters in the link abbreviation. I am not sure whether this is an intended limitation or a bug. :) Best, Matt