From a40d7472a17af605825ac996d4e5f5637d0a834b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 5 Jan 2021 16:50:36 +0100 Subject: [PATCH] [Emacs] Fix find-org-files when in TRAMP connection --- org/config/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 6fc3d69..24aa9c6 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1369,7 +1369,7 @@ With this established, let’s write some emacs-lisp that will allow me to get a (s-split "\n" (mapconcat (lambda (path) (shell-command-to-string - (format "fd . %s -e org" path))) + (format "fd . %s -e org -c never" path))) phundrak/org-directories "\n"))))) #+END_SRC