From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erwin Panen Subject: file link format question - How to format link when square brackets [ ] are already in filename? Date: Tue, 02 Feb 2010 11:50:31 +0100 Message-ID: <4B680377.30601@fastmail.fm> Reply-To: erwinpanen@fastmail.fm Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcGLN-0006Dx-Mx for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 05:50:53 -0500 Received: from [199.232.76.173] (port=54668 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcGLM-0006DX-Uv for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 05:50:53 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcGLL-00032l-6o for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 05:50:52 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:39882) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NcGLI-000315-CF for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 05:50:51 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id EA500D19DF for ; Tue, 2 Feb 2010 05:50:32 -0500 (EST) Received: from [192.168.80.242] (unknown [83.101.50.231]) by mail.messagingengine.com (Postfix) with ESMTPSA id 530684A299A for ; Tue, 2 Feb 2010 05:50:32 -0500 (EST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi everyone, I guess this is a minor question, but it has puzzled me already more=20 than once. My example: The below example is normally all on one line. ---------------Begin code---------------------------------------------- ** Action: started to play video=20 [[\\Dcerouter\public\videos\STORY_Station (sdb1)-CORE [32]\Les Rivi=E8res= =20 Pourpres 720x304\The Crimson Rivers.mkv][The Crimson Rivers.mkv]] ---------------End code------------------------------------------------ The problem is that the file location already contains a number between=20 square brackets [32] which renders Org to treat the link in an=20 unsuspected way. Is there any way to circumvent this behaviour e.g. by inserting special=20 characters to avoid Org to look inbetween the special characters? Looking forward to a solution :-) Thanks, Erwin