From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: How to escape "[" and "]" characters in org-mode links Date: Sun, 02 Aug 2015 13:57:08 -0400 Message-ID: <87a8u9bmkr.fsf@kmlap.domain.org> References: <55B62C72.1060404@laposte.net> <87a8u9acm7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLxVb-0000s1-Gf for emacs-orgmode@gnu.org; Sun, 02 Aug 2015 13:57:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLxVY-0004Fy-BZ for emacs-orgmode@gnu.org; Sun, 02 Aug 2015 13:57:15 -0400 Received: from mail-qk0-f181.google.com ([209.85.220.181]:34127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLxVY-0004FA-91 for emacs-orgmode@gnu.org; Sun, 02 Aug 2015 13:57:12 -0400 Received: by qkfc129 with SMTP id c129so44656632qkf.1 for ; Sun, 02 Aug 2015 10:57:11 -0700 (PDT) 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: Ivanov Dmitry Cc: Xiha , emacs-orgmode@gnu.org Nicolas Goaziou wrote: > Hello, > > Ivanov Dmitry writes: > >> Unfortunately URL encoding the [ and ] doesn't work for me. Try to >> reproduce it. Create 2 files: >> >> file.txt. Content: >> -------------------------------- >> $form['text1'] >> >> $form['text2'] >> -------------------------------- >> file.org. Content: >> -------------------------------- >> [[./file.txt::$form%5B'text2'%5D][text2]] >> -------------------------------- >> >> When I click the link, it says "No match". > > It works here on a recent Org. Hmm, that's weird. I'm still seeing this with emacs -Q using release_8.3beta-1312-g8094d0. -- Kyle