From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivanov Dmitry Subject: Re: How to escape "[" and "]" characters in org-mode links Date: Wed, 29 Jul 2015 15:02:23 +0300 Message-ID: References: <55B62C72.1060404@laposte.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKQ45-0002qH-Lt for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 08:02:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKQ41-00015W-QL for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 08:02:29 -0400 Received: from mail-io0-x231.google.com ([2607:f8b0:4001:c06::231]:34146) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKQ41-00015P-Ml for emacs-orgmode@gnu.org; Wed, 29 Jul 2015 08:02:25 -0400 Received: by ioea135 with SMTP id a135so18793219ioe.1 for ; Wed, 29 Jul 2015 05:02:24 -0700 (PDT) In-Reply-To: <55B62C72.1060404@laposte.net> 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: Xiha Cc: emacs-orgmode@gnu.org Hi, Xiha 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".