From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: Re: Problems with Hyperlinks containing backslashes Date: Wed, 8 Apr 2015 14:11:37 +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]:39780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfopa-00018f-UN for emacs-orgmode@gnu.org; Wed, 08 Apr 2015 08:11:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfopX-0001V0-1W for emacs-orgmode@gnu.org; Wed, 08 Apr 2015 08:11:42 -0400 Received: from mout.web.de ([212.227.17.11]:49197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfopW-0001Un-NT for emacs-orgmode@gnu.org; Wed, 08 Apr 2015 08:11:38 -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 Cc: mail@nicolasgoaziou.fr
>> 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?
> IIRC it is fixed in development branch of Org. You may want to use it or
> wait for Org 8.3 to be released.
 
Salut Nicolas,
 
thanks a lot - indeed with the current org-lastest, the above mentioned problem seems to be solved.
However I'm still having problem with paths like that:
[[file+sys:\\servername.domain.de\dir\]]
which produce the error "No such file c:/servername.domain.de/dir/"
 
How can I solve that?
 
Kind regards
 
Martin