[Emacs] Fix find-org-files when in TRAMP connection
This commit is contained in:
parent
dcb27e32d2
commit
a40d7472a1
@ -1369,7 +1369,7 @@ With this established, let’s write some emacs-lisp that will allow me to get a
|
|||||||
(s-split "\n"
|
(s-split "\n"
|
||||||
(mapconcat (lambda (path)
|
(mapconcat (lambda (path)
|
||||||
(shell-command-to-string
|
(shell-command-to-string
|
||||||
(format "fd . %s -e org" path)))
|
(format "fd . %s -e org -c never" path)))
|
||||||
phundrak/org-directories
|
phundrak/org-directories
|
||||||
"\n")))))
|
"\n")))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user