I also use git at work -- I have a central 'repo' on my work network share
and when using my laptop or desktop, I simply pull and push from/to the
central repo to keep everything in sync.
My structure is something like this:
~/org
~/org/aux
~/org/aux/emacs-config
~/org/aux/pics
Then on each of my
Thanks
- perfect
On Thu, May 13, 2010 at 7:37 AM, Jan Böcker wrote:
> On 05/13/2010 03:48 AM, charles snyder wrote:
>
> > Can I just do something like:
> >
> > (defvar cls-org-file "C:/Users/clsnyder/My Documents/My
> > Dropbox/emacs_org/") ;; WINDOWS VERSION
> > (defvar cls-org-file "/Users/cl
Many thanks from me too, Jan. That's very helpful.
Scot
On Thu, May 13, 2010 at 1:37 PM, Jan Böcker wrote:
> On 05/13/2010 03:48 AM, charles snyder wrote:
>
> > Can I just do something like:
> >
> > (defvar cls-org-file "C:/Users/clsnyder/My Documents/My
> > Dropbox/emacs_org/") ;; WINDOWS VER
On 05/13/2010 03:48 AM, charles snyder wrote:
> Can I just do something like:
>
> (defvar cls-org-file "C:/Users/clsnyder/My Documents/My
> Dropbox/emacs_org/") ;; WINDOWS VERSION
> (defvar cls-org-file "/Users/clsnyder/Dropbox/emacs_org/") ;; IMAC VERSION
>
> and then in each of the various .em
Hi
I find I am running org mode from a Dropbox folder (and my org files) from
several machines - a couple of windows computers at home and one at work,
and several Macs. I have modified my .emacs file(s) ala Bernt Hansen's and
others modifications. However, all of the computers (of course) have
di