From 06ad777feb7558772bcb8d5af5452f25001e3c26 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 12 Oct 2021 11:26:30 +0200 Subject: [PATCH] =?UTF-8?q?[Emacs]=20Change=20project=E2=80=99s=20protocol?= =?UTF-8?q?=20from=20rsync=20to=20ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason, I cannot properly publish some projects through the rsync protocol, but there is no problem publishing through the ssh protocol. --- 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 65e96e5..e27bf17 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3522,7 +3522,7 @@ project, let’s declare the common values for these. #+NAME: org-proj-lang-setup #+BEGIN_SRC emacs-lisp (defvar phundrak//projects-conlanging-target - "/rsync:Tilo:~/www/phundrak.com/langue/" + "/ssh:Tilo:~/www/phundrak.com/langue/" "Points to where exported files for langue.phundrak.com should be put") (defvar phundrak//projects-conlanging-source "~/Documents/conlanging/content/"