From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ? Date: Mon, 22 Oct 2018 11:39:33 +0200 Message-ID: <87r2giz5ey.fsf__3438.29414709962$1540201127$gmane$org@nicolasgoaziou.fr> References: <531a7f93882cc0d5d09700457d06ea082f47569b.camel@flqt.fr> <83sh2ck42e.fsf@gnu.org> <87va73gn90.fsf@nicolasgoaziou.fr> <87h8ilfz6o.fsf@nicolasgoaziou.fr> <20180920182929.61517206@gmail.com> <87mus0z773.fsf@nicolasgoaziou.fr> <87wor3e3mr.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEWgw-0005o7-CS for emacs-orgmode@gnu.org; Mon, 22 Oct 2018 05:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEWgs-00013g-7i for emacs-orgmode@gnu.org; Mon, 22 Oct 2018 05:40:06 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wor3e3mr.fsf@gmx.de> (Michael Albinus's message of "Sun, 30 Sep 2018 11:27:56 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Michael Albinus Cc: n@flqt.fr, Richard Stallman , right.ho@gmail.com, kaushal.modi@gmail.com, 32722@debbugs.gnu.org Hello, Michael Albinus writes: > Nicolas Goaziou 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: >> >> =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80 >> =E2=94=82 (setq org-mobile-directory "/scpc:user@remote.host:org/webda= v/") >> =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80 >> >> [1] For a server to host files, consider using a WebDAV server, such >> as [Nextcloud] (). > > 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:/user@remote.host:org/webdav/") Regards, --=20 Nicolas Goaziou