From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Matos Subject: Re: Referencing TODO items Date: Fri, 15 Dec 2017 08:24:53 +0100 Message-ID: <8850c23f-cdc3-62b8-d701-f086a7a8cbb4@matos-sorge.com> References: <83955434-97ed-7e07-9666-50c6e2f7bd32@matos-sorge.com> <87ind9a11q.fsf@luisa.c0t0d0s0.de> <68705fec-b6f9-60a9-74e9-8fc12dbff4b2@matos-sorge.com> <87po7h3rww.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePkMx-0006bh-I9 for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 02:25:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePkMu-00017A-BD for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 02:25:19 -0500 Received: from box.linki.tools ([88.198.125.222]:58727) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePkMt-0000vi-Jv for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 02:25:16 -0500 In-Reply-To: <87po7h3rww.fsf@nicolasgoaziou.fr> Content-Language: en-US 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On 14/12/17 22:45, Nicolas Goaziou wrote: > 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. > Perfect. Thanks for the quick fix. > Regards, > -- Paulo Matos