From bddd287cce4d4926ab3fec712b0f78d0feb39a0d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 22 Oct 2018 14:12:48 +0200 Subject: [PATCH] org-manual: Reference "davs" Tramp's protocol * doc/org-manual.org (Setting up the staging area): Reference "davs" Tramp's protocol as an example to access a WebDAV server. --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 7945b7333..edfe0d1fa 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -19279,10 +19279,10 @@ locally just set the variable to point to that directory: Alternatively, by using TRAMP (see [[info:tramp][TRAMP User Manual]]), ~org-mobile-directory~ may point to a remote directory accessible -through, for example, SSH and SCP: +through, for example, SSH, SCP, or DAVS: #+begin_src emacs-lisp -(setq org-mobile-directory "/scpc:user@remote.host:org/webdav/") +(setq org-mobile-directory "/davs:user@remote.host:/org/webdav/") #+end_src #+vindex: org-mobile-encryption