Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > >> >> Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, >> >> emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal >> >> .emacs file for editing, but appa

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, > >> emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal > >> .emacs file for editing, but apparently doesn't source it. M-x

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, >> emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal >> .emacs file for editing, but apparently doesn't source it. M-x >> locate-library RET org RET points

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, > emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal > .emacs file for editing, but apparently doesn't source it. M-x > locate-library RET org RET points to the org that ships with m

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> The initialization error was coming when one of my files was being >> evaluated. If I don't require org-latex, the compiled version of org >> will initialize. >> >> *** OFF Require org-latex >> #+begin_src emacs-lisp :tangle no >> (require 'org-

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > The initialization error was coming when one of my files was being > evaluated. If I don't require org-latex, the compiled version of org > will initialize. > > *** OFF Require org-latex > #+begin_src emacs-lisp :tangle no > (require 'org-latex) > #+end_src > That's n

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > >> >> Aloha all, >> >> >> >> I'm working to understand why my initialization files don't work if I >> >> compile org from git, but do seem to work (that is, initialization runs >> >> to comple

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> Aloha all, > >> > >> I'm working to understand why my initialization files don't work if I > >> compile org from git, but do seem to work (that is, initialization runs > >> to completion) when I don't compile org fr

Re: [O] list-load-path-shadows

2012-09-04 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Aloha all, >> >> I'm working to understand why my initialization files don't work if I >> compile org from git, but do seem to work (that is, initialization runs >> to completion) when I don't compile org from git. Right now I've >> installed org

Re: [O] list-load-path-shadows

2012-09-04 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > I'm working to understand why my initialization files don't work if I > compile org from git, but do seem to work (that is, initialization runs > to completion) when I don't compile org from git. Right now I've > installed org from git and have run make unc