GNU bug report logs - #63578
29.0.91; Org Cannot tangle with tramp using sudo

Previous Next

Package: emacs;

Reported by: "k.ninev <at> cdots.bg" <k.ninev <at> cdots.bg>

Date: Fri, 19 May 2023 04:00:03 UTC

Severity: normal

Found in version 29.0.91

Fixed in version 29.1

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kostadin Ninev <k.ninev <at> cdots.bg>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Bastien <bzg <at> gnu.org>, 63578 <at> debbugs.gnu.org, Ihor Radchenko <yantar92 <at> posteo.net>, Eli Zaretskii <eliz <at> gnu.org>
Subject: bug#63578: 29.0.91; Org Cannot tangle with tramp using sudo
Date: Fri, 19 May 2023 10:57:07 +0000
This patch fixes the problem for me but I'm positive that its not correct 
and may brake something:



--- /usr/share/emacs/29.0.91/lisp/net/tramp.el  2023-05-18 
15:20:57.000000000 +0300
+++ tramp.el    2023-05-19 13:51:36.270802339 +0300
@@ -4678,7 +4678,7 @@
            ;; Add the hop.
            (push l target-alist)
            ;; Start next search.
-           (setq choices tramp-default-proxies-alist)))))
+           (setq choices nil)))))

     ;; Foreign and out-of-band methods are not supported for multi-hops.
     (when (cdr target-alist)


I hope this is enough information to help fix this bug.




This bug report was last modified 1 year and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.