From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOpY2hlbGxl?= Subject: Re: [bug] org-insert-link fails on special characters in headlines Date: Sat, 05 Jan 2013 18:09:50 -0500 Message-ID: <877gnrrzup.wl%william.lechelle@ens-lyon.fr> References: <87fw2qsu8q.wl%william.lechelle@ens-lyon.fr> <87sj6qnki9.fsf@bzg.ath.cx> 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]:35091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrcvJ-0007Va-Eq for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 18:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrcvG-0004Jt-R2 for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 18:13:05 -0500 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:45873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrcvG-0004Jm-Kb for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 18:13:02 -0500 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id B48421EB274 for ; Sun, 6 Jan 2013 00:13:00 +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 N7+iWJfKEY8X for ; Sun, 6 Jan 2013 00:12:59 +0100 (CET) Received: from villian.umontreal.ca (x-132-204-242-32.xtpr.umontreal.ca [132.204.242.32]) (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 8D1B81EB185 for ; Sun, 6 Jan 2013 00:12:59 +0100 (CET) In-Reply-To: <87sj6qnki9.fsf@bzg.ath.cx> 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 >> 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, in another file, org-insert-link RET RET fails on the following headline : * [[http://www.anywho.com/][test]] with No match - create this as a new heading? If the link is created in the same file, then it fails by trying to open the badly parsed url: http://www.anywho.com/][test]] (the desired behavior being to jump to the headline, not following the link). Shouldn't links be put in titles, or shouldn't titles with links inside them be linked to ? O:-)