From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elwood151@web.de Subject: Problems with Hyperlinks containing backslashes Date: Tue, 7 Apr 2015 17:18:45 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfVH9-0001VV-Jr for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 11:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfVH4-0003Io-KO for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 11:18:51 -0400 Received: from mout.web.de ([212.227.15.4]:60447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfVH4-0003IG-Af for emacs-orgmode@gnu.org; Tue, 07 Apr 2015 11:18:46 -0400 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: emacs orgmode-mailinglist
I'm working with Emacs 24.4.1 and org-mode 8.2.10 on Windows 7.
I have to use hyperlinks to our network servers like \\servername\dir1\dir2 and unfortunately I can not use them in hyperlinks in Emacs org-mode, I then get the error:
 
Debugger entered--Lisp error: (error "ShellExecute failed: Das System kann die angegebene Datei nicht finden.")
  w32-shell-execute("open" "\\\\servername\\dir1\\dir2")
  eval((w32-shell-execute "open" file))
 
It seems that Emacs automatically replaces each backslash with a double backslash.
How can I change that so that it is working?
 
Kind regards
 
Martin