Re: [O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-03 Thread Bastien
Nick Dokos writes: > ORG_ADD_CONTRIB = org-e-* Btw, I think it should be ORG_ADD_CONTRIB = org-export* org-e-* so that org-export.el is also in the load-path. HTH, -- Bastien

Re: [O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-03 Thread Bastien
Hi Nick, Nick Dokos writes: > It's no big deal for me: I just stumbled across it and I thought I'd > report it. Thanks for reporting this -- i pushed a change in maint that should fix it. If you have time, thanks for confirming the fix. Best, -- Bastien

Re: [O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-02 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > I added the following to my local.mk > > > > ORG_ADD_CONTRIB = org-e-* > > > > so when I do "make autoloads" (running from the git directory and > > without compiling), it copies (among others) contrib/lisp/org-e-odt.el > > to lisp/: > > > > , > > |

Re: [O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-02 Thread Achim Gratz
Nick Dokos writes: > I added the following to my local.mk > > ORG_ADD_CONTRIB = org-e-* > > so when I do "make autoloads" (running from the git directory and > without compiling), it copies (among others) contrib/lisp/org-e-odt.el > to lisp/: > > , > | $ make autoloads > | make -C lisp autoload

[O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-02 Thread Nick Dokos
I added the following to my local.mk ORG_ADD_CONTRIB = org-e-* so when I do "make autoloads" (running from the git directory and without compiling), it copies (among others) contrib/lisp/org-e-odt.el to lisp/: , | $ make autoloads | make -C lisp autoloads | make[1]: Entering directory `/home