summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-22 14:06:04 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-22 14:06:04 +0200
commitbb29ee41b33a6ef2c68e701a6ac9cca49b89cb2a (patch)
tree6a85184f6a9e830e46d63d1347d1b55204c258f8
parent42abd18c6dd4125c4dc6e6b50f212bbf18ea281d (diff)
downloadorg-mode-bb29ee41b33a6ef2c68e701a6ac9cca49b89cb2a.tar.gz
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.
-rw-r--r--doc/org-manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index f9aba5b..b4be20f 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -19321,10 +19321,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