Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello,
Hi Nicolas, > 1 Setting up the staging area > ═════════════════════════════ > > The mobile application needs access to a file directory on a server[1] > > 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. > Regards, Best regards, Michael.