From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dov Grobgeld Subject: org-mode, file-link, tramp, and smb domain Date: Wed, 8 Jul 2015 18:08:18 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1134cc504f1873051a5e825f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCqxS-0007Cx-6o for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 11:08:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCqxR-0002mH-5w for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 11:08:22 -0400 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:33287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCqxQ-0002lq-TV for emacs-orgmode@gnu.org; Wed, 08 Jul 2015 11:08:21 -0400 Received: by wgck11 with SMTP id k11so198802907wgc.0 for ; Wed, 08 Jul 2015 08:08:19 -0700 (PDT) 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 --001a1134cc504f1873051a5e825f Content-Type: text/plain; charset=UTF-8 Hello, In tramp the syntax for specifying a domain in a smb link is by using a percentage sign [1] //smb:user%DOMAIN@host:D/path/ but when trying to use this together with the org-mode file: link the result is that it changes %D to ^M (control-M). Similar results are gotten with other characters after the percentage sign. (If the letter is not in the hexadecimal range, ^@ (null) is received). Even %% does not escape the percentage sign. Is there any easy workaround? Thanks! Dov [1] http://www.gnu.org/software/emacs/manual/html_node/tramp/External-methods.html --001a1134cc504f1873051a5e825f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

In tramp the syntax for specify= ing a domain in a smb link is by using a percentage sign [1]

//smb:u= ser%DOMAIN@host:D/path/

but when trying to use this together with th= e org-mode file: link the result is that it changes %D to ^M (control-M). S= imilar results are gotten with other characters after the percentage sign. = (If the letter is not in the hexadecimal range, ^@ (null) is received). Eve= n %% does not escape the percentage sign.

Is there any easy= workaround?

Thanks!
Dov
--001a1134cc504f1873051a5e825f--