From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: Editing files in the cloud - google notebook/dropbox or something else Date: Wed, 14 Sep 2011 15:03:10 +0100 Message-ID: <4E70B41E.5000308@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1316009266 1741 80.91.229.12 (14 Sep 2011 14:07:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2011 14:07:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: C K Kashyap Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 14 16:07:41 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R3q7n-0001kq-AK for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 16:07:39 +0200 Original-Received: from localhost ([::1]:46677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3q7m-0005sd-CC for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Sep 2011 10:07:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3q7a-0005iS-5F for help-gnu-emacs@gnu.org; Wed, 14 Sep 2011 10:07:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3q7U-0003N1-3O for help-gnu-emacs@gnu.org; Wed, 14 Sep 2011 10:07:26 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:55916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3q7T-0003Mq-VI for help-gnu-emacs@gnu.org; Wed, 14 Sep 2011 10:07:20 -0400 Original-Received: by wwp14 with SMTP id 14so1827689wwp.30 for ; Wed, 14 Sep 2011 07:07:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5VGbpcLi+/gbJkk/i91z406tVHBsd9DceYZIqbgcehc=; b=KzIio4DfSCPTp2181/qYFKg4PjD/CDF/3GXiHDDcBqjsUnP8zlPdIubAeH6YT4HD0E 7crTyW6G4B6s7VK/81hLRyWpP+7j+hdyJVHdMUd8dmh21d04Ga4fHqpWy95vjKc/O3rX J9TQx3Mn2CuyeHADkV8z/s2fBH7pDtt/KYAwo= Original-Received: by 10.216.209.223 with SMTP id s73mr1940622weo.34.1316009238927; Wed, 14 Sep 2011 07:07:18 -0700 (PDT) Original-Received: from [10.0.0.149] (mail2.xype.com. [87.194.167.167]) by mx.google.com with ESMTPS id ex16sm4216568wbb.4.2011.09.14.07.07.16 (version=SSLv3 cipher=OTHER); Wed, 14 Sep 2011 07:07:17 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82226 Archived-At: On 09/14/2011 12:06 PM, C K Kashyap wrote: > Hi, > I've started using org-mode and needless to say, I love it. I was > wondering if there are ready to use utilities that I could use to edit > files directly off of a cloud storage? That way, I would not need to > carry my todo org file everywhere. > Regards, > Kashyap What I do now is just create a bare git repository on Dropbox. Then checkout the repository to my machines from the Dropbox directory, and push/pull from there. I'm not sure if that is what you're asking but for me it works very well.