[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to escape "[" and "]" characters in org-mode links
From: |
Ivanov Dmitry |
Subject: |
Re: [O] How to escape "[" and "]" characters in org-mode links |
Date: |
Wed, 29 Jul 2015 15:02:23 +0300 |
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".