Bug: UTF-8 characters in #+LINK does not work [7.4]
commitf1bfcc6f8a50d238e1446277b572870c3f8b8154
authorJulien Danjou <julien@danjou.info>
Tue, 1 Feb 2011 01:20:28 +0000 (1 01:20 +0000)
committerBastien Guerry <bzg@altern.org>
Mon, 31 Jan 2011 20:36:05 +0000 (31 21:36 +0100)
treec9412d8170bb05ce6639ca3534eff0b6c20b40ad
parent13c894d0bb208906ec2aebb2e583283b517c5174
Bug: UTF-8 characters in #+LINK does not work [7.4]

On Sat, Jan 29 2011, Matt Lundin wrote:

> 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. :)

I don't see any reason. Patch attached.

>From 1ec1e178aaa6a9935819a873ae492be7a2ddb2f6 Mon Sep 17 00:00:00 2001
From: Julien Danjou <julien@danjou.info>
Date: Mon, 31 Jan 2011 21:19:07 +0100
Subject: [PATCH] Allow more char type in link abbrev

* org.el (org-link-expand-abbrev): Allow any type of character
in link expand.

Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/org.el