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
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
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/:
> >
> > ,
> > |
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
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