I am trying to install everything contrib on OSX 10.8.2, Emacs 24.2.1 When in local.mk I do ORG_ADD_CONTRIB = *
I get install: org-jira.elc: No such file or directory make[1]: *** [install] Error 71 make: *** [install-lisp] Error 2 make: *** [up2] Error 2 When in local.mk I do ORG_ADD_CONTRIB = org-e-* org-md org-export # e.g. the new exporter Things work nicely. What do I need to do to make the full contrib work?