From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ? Date: Wed, 19 Sep 2018 14:29:19 +0200 Message-ID: <87h8ilfz6o.fsf__3184.9863393747$1537360145$gmane$org@nicolasgoaziou.fr> References: <531a7f93882cc0d5d09700457d06ea082f47569b.camel@flqt.fr> <83sh2ck42e.fsf@gnu.org> <87va73gn90.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2bcS-0002SG-Eh for emacs-orgmode@gnu.org; Wed, 19 Sep 2018 08:30:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2bcR-00055e-53 for emacs-orgmode@gnu.org; Wed, 19 Sep 2018 08:30:12 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Richard Stallman's message of "Tue, 18 Sep 2018 23:41:25 -0400") 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: Richard Stallman Cc: Nicolas Floquet , eliz@gnu.org, 32722@debbugs.gnu.org, kaushal.modi@gmail.com Hello, Richard Stallman writes: > That may or may not be a problem, depending on what it says. Can you > show me what it actually says about those nonfree systems? All references are related to the appendix about MobileOrg, an application for viewing and capturing entries from a mobile device. Relevant parts include references to Apple and Google products in addition to Dropbox: --8<---------------cut here---------------start------------->8--- MobileOrg is a companion mobile app that runs on iOS and Android devices. MobileOrg enables offline-views and capture support for an Org mode system that is rooted on a "real" computer. MobileOrg can record changes to existing entries. The [[https://github.com/MobileOrg/][iOS implementation]] for the /iPhone/iPod Touch/iPad/ series of devices, was started by Richard Moreland and is now in the hands of Sean Escriva. Android users should check out [[http://wiki.github.com/matburt/mobileorg-android/][MobileOrg Android]] by Matt Jones. Though the two implementations are not identical, they offer similar features. --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- MobileOrg needs access to a file directory on a server to interact with Emacs. With a public server, consider encrypting the files. MobileOrg version 1.5 supports encryption for the iPhone. Org also requires =openssl= installed on the local computer. To turn on encryption, set the same password in MobileOrg and in Emacs. Set the password in the variable ~org-mobile-use-encryption~[fn:145]. Note that even after MobileOrg encrypts the file contents, the file name remains visible on the file systems of the local computer, the server, and the mobile device. --8<---------------cut here---------------end--------------->8--- --8<---------------cut here---------------start------------->8--- For a server to host files, consider options like [[http://dropbox.com][Dropbox.com]] account[fn:146]. On first connection, MobileOrg creates a directory =MobileOrg= on Dropbox. Pass its location to Emacs through an initialisation file variable as follows: #+begin_src emacs-lisp (setq org-mobile-directory "~/Dropbox/MobileOrg") #+end_src --8<---------------cut here---------------end--------------->8--- Here is the footnote from the last excerpt: --8<---------------cut here---------------start------------->8--- [fn:146] An alternative is to use a WebDAV server. MobileOrg documentation has details of WebDAV server configuration. Additional help is at this [[https://orgmode.org/worg/org-faq.html#mobileorg_webdav][FAQ entry]]. --8<---------------cut here---------------end--------------->8--- I think that is about it. Regards, -- Nicolas Goaziou 0x80A93738