Hello, Michael Albinus <michael.albi...@gmx.de> writes:
> Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: >> Alternatively, by using TRAMP (see [TRAMP User Manual]), >> `org-mobile-directory' may point to a remote directory accessible >> through, for example, SSH and SCP: >> >> ┌──── >> │ (setq org-mobile-directory "/scpc:u...@remote.host:org/webdav/") >> └──── >> >> [1] For a server to host files, consider using a WebDAV server, such >> as [Nextcloud] (<https://nextcloud.com>). > > Not every WebDAV server will support an ssh connection. On GNU/Linux > systems, Tramp supports also the connection methods "dav", "davs", and > "nextcloud" (this one since Emacs 27). Maybe it is worth to mention > this. Sure. How about this? Alternatively, by using TRAMP (see [TRAMP User Manual]), `org-mobile-directory' may point to a remote directory accessible through, for example, SSH, SCP, or DAVS: (setq org-mobile-directory "/davs:/u...@remote.host:org/webdav/") Regards, -- Nicolas Goaziou