Looks like htmlize was removed from contrib a few days ago (commit d0ced9894) which is probably the cause of your issue. You can get it from https://github.com/hniksic/emacs-htmlize You can generate a new local.mk by running 'make local.mk'. You may have to remove or rename the existing local.mk for this to work. On 19 August 2017 at 04:30, Jarmo Hurri wrote: > Colin Baxter writes: > > > > ------------------------------------------------------------ > ------------ > > > jarmo@localhost org-mode]$ diff local.mk local.mk~ 31c31 < > > > ORG_ADD_CONTRIB = htmlize --- > > >> #ORG_ADD_CONTRIB = ox-* # e.g. the contributed exporter > > > ------------------------------------------------------------ > ------------ > > > > > Maybe the issue is somehow related to this? Anyway, I was still > > > able to compile on August 11th, so something has changed since > > > then. > > > > I don't know of any issues surrounding local.mk. All I can suggest is > > that you try a 'make distclean' first. Failing that, why not just > > delete (or rename) your org-mode git directory and git clone a fresh > > source? That way, you'd be certain you don't have any old "corrupting" > > files in your git tree. > > Running 'make cleanall' didn't help. > > However, a fresh clone followed by a reconfiguration of local.mk solved > the issue. Most likely the result of a local.mk that is no longer > consistent. > > Up and running again. Thanks! > > Jarmo > > >