Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Karl Voit
* Karl Voit wrote: > Hi! > > I've got a strange issue here: today, I set up a second laptop with > more or less identical configuration (Debian Wheezy; orgmode from > git g6fdc23). I copied my .emacs.d to the new machine but Org-mode > is not working there :-O > > Whenever I open an Org file, I ge

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Karl Voit
* Thorsten Jolitz wrote: > > Did you try to copy a subdirs.el into the org-mode directory? > with subdirs.el file content: > > ,- >| (if (fboundp 'normal-top-level-add-subdirs-to-load-path) >| (normal-top-level-add-subdirs-to-load-path))

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Thorsten Jolitz
Karl Voit writes: > * Karl Voit wrote: >> >> Whenever I open an Org file, I get: >> >> File mode specification error: (file-error "Cannot open load file" >> "org") > > I found an old posting with "toggle-debug-on-error" and activated it > before I open my test Org-mode file: > > Debugger entered

Re: [O] file-error "Cannot open load file" "org"

2013-09-04 Thread Karl Voit
* Karl Voit wrote: > > Whenever I open an Org file, I get: > > File mode specification error: (file-error "Cannot open load file" > "org") I found an old posting with "toggle-debug-on-error" and activated it before I open my test Org-mode file: Debugger entered--Lisp error: (file-error "Cannot o

[O] file-error "Cannot open load file" "org"

2013-09-03 Thread Karl Voit
Hi! I've got a strange issue here: today, I set up a second laptop with more or less identical configuration (Debian Wheezy; orgmode from git g6fdc23). I copied my .emacs.d to the new machine but Org-mode is not working there :-O Whenever I open an Org file, I get: File mode specification error:

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
Nick Dokos wrote: > Try > > (add-to-list 'load-path "~/.emacs.d/el-get/org-mode") > > It is failing on "lisp/org" so that might fix it: it would > be nice to know *who* is looking for "lisp/org" however - > is it org-reload? > > Nick Thanks Nick, your suggestion worked. It makes a lot more s

Re: [O] file-error

2011-05-11 Thread Jeff Kowalczyk
Nick Dokos hp.com> writes: > We need a backtrace: see section 1.4, "Feedback", in the Orgmode manual. > But clearly, this is not an orgmode error: emacs just cannot find the file > to load (for whatever reason - the backtrace will make clear what the reason > is, but it is probably an incorrect lo

Re: [O] file-error

2011-05-10 Thread Nick Dokos
Jeff Kowalczyk wrote: > I use el-get org-mode recipe, but I see the same behavior with a typical > org-mode config from init.el. > > On org-mode git master start with emacs bzr trunk (emacs 24), org errors on > load: > > File mode specification error: (file-error "Cannot open load file" "lisp/

[O] file-error

2011-05-10 Thread Jeff Kowalczyk
I use el-get org-mode recipe, but I see the same behavior with a typical org-mode config from init.el. On org-mode git master start with emacs bzr trunk (emacs 24), org errors on load: File mode specification error: (file-error "Cannot open load file" "lisp/org") progn: Cannot open load file: li