From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: Request for suggestions: multiple revision control systems/repositories + org Date: Mon, 20 Dec 2010 08:46:53 -0600 Message-ID: <4D0F6C5D.1080300@sift.info> References: <4D0E9F92.9020500@sift.info> <87mxo1ciyv.fsf@norang.ca> <1fad2a0e-2a3a-4f35-a019-42a1adea0454@email.android.com> <87k4j59b93.dlv@debian.org> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41887 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PUh18-0007ej-UE for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 09:47:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PUh0p-0002nm-R6 for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 09:47:14 -0500 Received: from mpls.sift.info ([75.146.46.193]:48385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PUh0p-0002nK-NN for emacs-orgmode@gnu.org; Mon, 20 Dec 2010 09:46:55 -0500 In-Reply-To: <87k4j59b93.dlv@debian.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?UTF-8?B?UsOpbWkgVmFuaWNhdA==?= Cc: emacs-orgmode@gnu.org On 12/20/10 Dec 20 -1:03 AM, R=C3=A9mi Vanicat wrote: > "Robert P. Goldman" writes: >=20 >> That is what I had done originally, but I thought mobile org required = that all the org files be in the same directory. Was I wrong about that? >> >=20 > I've org files in several directories, and in `org-agenda-files=E2=80=99= , and > with a relatively recent org-mode files org-mobile just work. It is > `org-mobile-push=E2=80=99 and `org-mobile-pull=E2=80=99 that put a copy= of all this in > `org-mobile-directory=E2=80=99. >=20 Thanks. I did what I should have before and read org-mobile-push, and it seems clear that the org-directory variable just /allows/ me to have relative path names. It doesn't /require/ me to have all the org files located in that directory, as long as I use absolute file names. This will make things much easier to deal with between org-mode and vc-mo= de. Thanks, everyone. best, r