From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Referencing TODO items Date: Thu, 14 Dec 2017 22:45:19 +0100 Message-ID: <87po7h3rww.fsf@nicolasgoaziou.fr> References: <83955434-97ed-7e07-9666-50c6e2f7bd32@matos-sorge.com> <87ind9a11q.fsf@luisa.c0t0d0s0.de> <68705fec-b6f9-60a9-74e9-8fc12dbff4b2@matos-sorge.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePbJk-0003BS-9G for emacs-orgmode@gnu.org; Thu, 14 Dec 2017 16:45:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePbJj-0003q4-Gd for emacs-orgmode@gnu.org; Thu, 14 Dec 2017 16:45:24 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:51746) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePbJj-0003of-Ah for emacs-orgmode@gnu.org; Thu, 14 Dec 2017 16:45:23 -0500 In-Reply-To: <68705fec-b6f9-60a9-74e9-8fc12dbff4b2@matos-sorge.com> (Paulo Matos's message of "Thu, 14 Dec 2017 14:56:05 +0100") 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" To: Paulo Matos Cc: emacs-orgmode@gnu.org Hello, Paulo Matos writes: > My TODO looks like: > > * TODO add support for %lo and %hi operands in offsets > > I create the link and the link has the name of the todo headline. > When I try to follow with C-c C-o, it says 'No match - create a new > heading?'. If I say yes, a new heading is created in my document that > looks like: > > * *add support for ^@ and ^@ operands in offsets > > I am curious why %hi and %lo would cause any troubles... This is because % are not properly escaped, so `org-link-unescape' turns %hi into ^@. This is now fixed. Thank you. Regards, -- Nicolas Goaziou