From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ? Date: Sun, 30 Sep 2018 11:27:56 +0200 Message-ID: <87wor3e3mr.fsf@gmx.de> 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> 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]:54705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6Y2F-0007eO-9g for emacs-orgmode@gnu.org; Sun, 30 Sep 2018 05:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6Y2A-0005Sg-S1 for emacs-orgmode@gnu.org; Sun, 30 Sep 2018 05:29:06 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mus0z773.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 29 Sep 2018 16:53:04 +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: Nicolas Goaziou Cc: n@flqt.fr, Richard Stallman , right.ho@gmail.com, 32722@debbugs.gnu.org, kaushal.modi@gmail.com Nicolas Goaziou writes: > Hello, Hi Nicolas, > 1 Setting up the staging area > =E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90= =E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2= =95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95= =90=E2=95=90=E2=95=90=E2=95=90=E2=95=90 > > 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: > > =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/webdav= /") > =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. > Regards, Best regards, Michael.