From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOpY2hlbGxl?= Subject: [bug] org-insert-link fails on special characters in headlines Date: Fri, 28 Dec 2012 04:58:29 +0100 Message-ID: <87fw2qsu8q.wl%william.lechelle@ens-lyon.fr> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToR8Z-0000tG-0o for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 23:01:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ToR8W-0005Kp-Dy for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 23:01:34 -0500 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:60985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ToR8W-0005JM-6X for emacs-orgmode@gnu.org; Thu, 27 Dec 2012 23:01:32 -0500 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id D50321EB19D for ; Fri, 28 Dec 2012 05:01:29 +0100 (CET) Received: from jabiru.ens-lyon.fr ([127.0.0.1]) by localhost (jabiru.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V1Ktwpp1k8kc for ; Fri, 28 Dec 2012 05:01:29 +0100 (CET) Received: from villian.umontreal.ca (was59-1-82-226-113-227.fbx.proxad.net [82.226.113.227]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by jabiru.ens-lyon.fr (Postfix) with ESMTPSA id 367C21EB12F for ; Fri, 28 Dec 2012 05:01:28 +0100 (CET) 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: emacs-orgmode > > it looks like captured links won't take into account header text after < or > > >, hence capturing links to headlines featuring these will fail, is there a > > known issue about accepted characters in headlines that I'm not aware of ? > There should be none, please test master if you can and report any > problem. Using org-store-link followed by org-insert-link RET RET fails on the following headline : ****** TODO Special chars in titles > ! [[*Special%20chars%20in%20titles%20][Special chars in titles > !]] The link ignores what follows the greater-than sign (>) and thus the inserted link is still-broken. Prior to this, I had some working tests with <, it seems both < and > are treated differently. -- On Mon, 24 Dec 2012 01:56:24 +0100, Bastien spake thus: > > I suggest the priority is removed from the captured link. > This is now the case in master, it will be part of 8.0. Great :)