From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.devel Subject: Re: Requesting a paid version of Emacs Date: Sun, 28 Feb 2021 16:23:04 -0800 Message-ID: References: <87h7lz19ml.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33382"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jamtlu@gmail.com, emacs-devel@gnu.org To: rms@gnu.org, Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 01 01:24:20 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lGWMG-0008a1-OX for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Mar 2021 01:24:20 +0100 Original-Received: from localhost ([::1]:40424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGWMF-0000kL-Jo for ged-emacs-devel@m.gmane-mx.org; Sun, 28 Feb 2021 19:24:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGWLD-0000Iw-K5 for emacs-devel@gnu.org; Sun, 28 Feb 2021 19:23:15 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:58089) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGWLB-000808-BS; Sun, 28 Feb 2021 19:23:15 -0500 X-Originating-IP: 24.113.169.116 Original-Received: from matts-mbp-2016.lan (24-113-169-116.wavecable.com [24.113.169.116]) (Authenticated sender: matt@rfc20.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 439ABFF804; Mon, 1 Mar 2021 00:23:06 +0000 (UTC) In-Reply-To: Received-SPF: pass client-ip=217.70.183.199; envelope-from=matt@rfc20.org; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:265762 Archived-At: Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > There is no text in Emacs or Org mode recommending the use of either > > Dropbox or Google Drive. > > That's good. Thanks for checking. > > Can anyone tell me what these "sync solutions" are > > > Furthermore, most of the sync solutions for org-mode recommend proprietary > > Dropbox or Google Drive. > > and where they are to be found? This is probably a reference to Org Mobile: File: org.info, Node: Org Mobile, Prev: Org Crypt, Up: Miscellaneous or just https://orgmode.org/manual/Org-Mobile.html All Org does is read/write to a local directory, with the expectation that other programs will do the same. The job of those other programs is to move the files to/from a mobile device. For example, there is an iPhone app called MobileOrg (https://github.com/MobileOrg/mobileorg), released under the GPL, that works with this protocol. It supports file synchronization over WebDAV, Dropbox, and Apple iCloud. https://www.emacswiki.org/emacs/mobileorg has a bit more info (including mention of some Android options).