From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: [bug] org 9 hangs on link search Date: Sat, 17 Dec 2016 20:48:51 -0700 Message-ID: References: <8760mugkpw.fsf@nicolasgoaziou.fr> <87pokt5ie3.fsf@nicolasgoaziou.fr> <87poks51n1.fsf@nicolasgoaziou.fr> <87mvfu3ia9.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIST1-0003kS-S4 for emacs-orgmode@gnu.org; Sat, 17 Dec 2016 22:48:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIST0-0004x5-TA for emacs-orgmode@gnu.org; Sat, 17 Dec 2016 22:48:55 -0500 Received: from mail-ua0-x22e.google.com ([2607:f8b0:400c:c08::22e]:36695) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cIST0-0004w8-NP for emacs-orgmode@gnu.org; Sat, 17 Dec 2016 22:48:54 -0500 Received: by mail-ua0-x22e.google.com with SMTP id 3so58571673uaz.3 for ; Sat, 17 Dec 2016 19:48:53 -0800 (PST) In-Reply-To: <87mvfu3ia9.fsf@nicolasgoaziou.fr> 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: Samuel Wales , emacs-orgmode@gnu.org On 12/17/16, Nicolas Goaziou wrote: > Currently Org has no satisfactory way to handle square brackets within > links' path or description. Percent-escaping (e.g., "%5B")is not one. hmm. seems links are not, or at least not yet, a complete syntactic solution. > I suggest to use a custom ID for the time being. i do but i don't want to clutter org with properties drawers. i already have a lot of ids and when org needs to search them it can take some time. basically i use non-id links for ephemeral tasks or to point to ephemeral tasks. i know i won't change the headers, but i want the links there. >> ("n" "note" entry (file+headline ,todo "xyzzy-remember") >> ;; unrelated issue is if i do spc bef and after ? then >> ;; double space; else ret will follow link. i make >> ;; capture not follow. >> "* %?%a\n%i") > > If you think there is another bug, please start another thread and > provide as much information as you can. nah, making capture not follow is sufficient. i don't know the optimal solution.